mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
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
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user