Re: [PATCH 06/13] arm64: dts: qcom: Disable camera clk on sc7180-trogdor devices by default

2021-02-25 Thread Matthias Kaehlcke
On Thu, Feb 25, 2021 at 02:13:03PM -0800, Douglas Anderson wrote:
> From: Stephen Boyd 
> 
> We only want to use this clk driver on CoachZ devices. Disable it for
> all other Trogdor boards.  NOTE: CoachZ devices aren't yet supported
> upstream so until it is this is just disabled for all trogdor.
> 
> Cc: Tomasz Figa 
> Signed-off-by: Stephen Boyd 
> [dianders:adjusted since no coachz upstream yet]
> Signed-off-by: Douglas Anderson 

Reviewed-by: Matthias Kaehlcke 


[PATCH 06/13] arm64: dts: qcom: Disable camera clk on sc7180-trogdor devices by default

2021-02-25 Thread Douglas Anderson
From: Stephen Boyd 

We only want to use this clk driver on CoachZ devices. Disable it for
all other Trogdor boards.  NOTE: CoachZ devices aren't yet supported
upstream so until it is this is just disabled for all trogdor.

Cc: Tomasz Figa 
Signed-off-by: Stephen Boyd 
[dianders:adjusted since no coachz upstream yet]
Signed-off-by: Douglas Anderson 
---

 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 4 
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi 
b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
index f3a99c801582..69bf600e1c9f 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
@@ -568,6 +568,10 @@ cr50: tpm@0 {
};
 };
 
+&camcc {
+   status = "disabled";
+};
+
 &dsi0 {
status = "okay";
vdda-supply = <&vdda_mipi_dsi0_1p2>;
-- 
2.30.1.766.gb4fecdf3b7-goog