From 835f6802e7f12cd1371eb6891b4c9801d550f8f2 Mon Sep 17 00:00:00 2001 From: Vivek Aknurwar Date: Wed, 25 Sep 2019 13:38:57 -0700 Subject: [PATCH] ARM: dts: msm: Update and enable the cam cc node on Lahaina Update device tree node for cam cc and enable the peripheral cam cc driver on Lahaina. Change-Id: I841a2255178e8c82729da91187daf94dcac511c8 --- qcom/lahaina.dtsi | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/qcom/lahaina.dtsi b/qcom/lahaina.dtsi index 63f27497..5a47f217 100644 --- a/qcom/lahaina.dtsi +++ b/qcom/lahaina.dtsi @@ -544,9 +544,14 @@ #reset-cells = <1>; }; - clock_camcc: qcom,camcc { - compatible = "qcom,dummycc"; - clock-output-names = "camcc_clocks"; + clock_camcc: qcom,camcc@ad00000 { + compatible = "qcom,lahaina-camcc", "syscon"; + reg = <0xad00000 0x10000>; + reg-names = "cc_base"; + vdd_mm-supply = <&VDD_MM_LEVEL>; + vdd_mx-supply = <&VDD_MXA_LEVEL>; + clock-names = "cfg_ahb_clk"; + clocks = <&clock_gcc GCC_CAMERA_AHB_CLK>; #clock-cells = <1>; #reset-cells = <1>; };