Message ID | 20220518091943.734478-1-vladimir.zapolskiy@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | arm64: dts: qcom: sm8250: Disable camcc by default | expand |
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,
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>;
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(+)