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

Commit dc7ac7de authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

ARM: dts: msm: Add OPP table entries for gpu clocks on sdm670



Add opp-handle entries for graphics clocks in graphics CC nodes.
These entries trigger clock driver to populate OPP table for
given graphics node 'dev' with corresponding clk frequencies.

Change-Id: If79e7efa265a41aefe2e5010aadc8eb6d4c1a39c
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent e08dfa6b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -805,6 +805,7 @@
		reg-names = "cc_base";
		vdd_cx-supply = <&pm660l_s3_level>;
		vdd_mx-supply = <&pm660l_s1_level>;
		qcom,gpu_cc_gmu_clk_src-opp-handle = <&gmu>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};
@@ -814,6 +815,7 @@
		reg = <0x5090000 0x9000>;
		reg-names = "cc_base";
		vdd_gfx-supply = <&pm660l_s2_level>;
		qcom,gpu_cc_gx_gfx3d_clk_src-opp-handle = <&msm_gpu>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};