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

Commit 31c2e0f2 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 gpu cc node on KONA



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

Change-Id: I4e2bb1ed284fe8e3ea4dae3513a5387e477eeacd
Signed-off-by: default avatarVivek Aknurwar <viveka@codeaurora.org>
parent 78e59f9c
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -787,9 +787,12 @@
		#reset-cells = <1>;
	};

	clock_gpucc: qcom,gpucc {
		compatible = "qcom,dummycc";
		clock-output-names = "gpucc_clocks";
	clock_gpucc: qcom,gpucc@3d90000 {
		compatible = "qcom,gpucc-kona", "syscon";
		reg = <0x3d90000 0x9000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&VDD_CX_LEVEL>;
		vdd_mx-supply = <&VDD_MX_LEVEL>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};