All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sm8250: Disable camcc by default
@ 2022-05-18  9:19 Vladimir Zapolskiy
  2022-06-27 20:03 ` (subset) " Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Zapolskiy @ 2022-05-18  9:19 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Bryan O'Donoghue, Rob Herring, linux-arm-msm, devicetree

At the moment there are no changes in SM8250 board files, which require
camera clock controller to run, whenever it is needed for a particular
board, the status of camcc device node will be changed in a board file.

Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8250.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index 26afaa4f98fe..165b08c707d3 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -3395,6 +3395,7 @@ camcc: clock-controller@ad00000 {
 			clock-names = "iface", "bi_tcxo", "bi_tcxo_ao", "sleep_clk";
 			power-domains = <&rpmhpd SM8250_MMCX>;
 			required-opps = <&rpmhpd_opp_low_svs>;
+			status = "disabled";
 			#clock-cells = <1>;
 			#reset-cells = <1>;
 			#power-domain-cells = <1>;
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: (subset) [PATCH] arm64: dts: qcom: sm8250: Disable camcc by default
  2022-05-18  9:19 [PATCH] arm64: dts: qcom: sm8250: Disable camcc by default Vladimir Zapolskiy
@ 2022-06-27 20:03 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-06-27 20:03 UTC (permalink / raw)
  To: Vladimir Zapolskiy
  Cc: linux-arm-msm, Rob Herring, devicetree, Bryan O'Donoghue, Andy Gross

On Wed, 18 May 2022 12:19:43 +0300, Vladimir Zapolskiy wrote:
> At the moment there are no changes in SM8250 board files, which require
> camera clock controller to run, whenever it is needed for a particular
> board, the status of camcc device node will be changed in a board file.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sm8250: Disable camcc by default
      commit: 1b3bfc4066c34da2f7808acf16344ac43722c2b7

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-27 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18  9:19 [PATCH] arm64: dts: qcom: sm8250: Disable camcc by default Vladimir Zapolskiy
2022-06-27 20:03 ` (subset) " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.