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

Commit 86452c09 authored by Vivek Aknurwar's avatar Vivek Aknurwar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update and enable the camera cc node on KONA



Update device tree node for KONA camera cc
to enable camera clock driver consumers.

Change-Id: I86063855af72b9d42968cd2b80953a28e7e9b036
Signed-off-by: default avatarVivek Aknurwar <viveka@codeaurora.org>
parent 7a06a3b5
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -764,9 +764,14 @@
		#reset-cells = <1>;
	};

	clock_camcc: qcom,camcc {
		compatible = "qcom,dummycc";
		clock-output-names = "camcc_clocks";
	clock_camcc: qcom,camcc@ad00000 {
		compatible = "qcom,camcc-kona", "syscon";
		reg = <0xad00000 0x10000>;
		reg-names = "cc_base";
		vdd_mx-supply = <&VDD_MX_LEVEL>;
		vdd_mm-supply = <&VDD_MMCX_LEVEL>;
		clock-names = "cfg_ahb_clk";
		clocks = <&clock_gcc GCC_CAMERA_AHB_CLK>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};