Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f073cb3 authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update and enable the clock_camcc node on SDM845



Update the DT node for clock_camcc and enable the Camera
clock driver probe.

Change-Id: Icf7879900ccb6d46cf3bc38361db2b24538464a6
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent e060933e
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -519,9 +519,12 @@
		#reset-cells = <1>;
	};

	clock_camcc: qcom,camcc {
		compatible = "qcom,dummycc";
		clock-output-names = "camcc_clocks";
	clock_camcc: qcom,camcc@ad00000 {
		compatible = "qcom,cam_cc-sdm845";
		reg = <0xad00000 0x10000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm8998_s9_level>;
		vdd_mx-supply = <&pm8998_s6_level>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};