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

Commit 63de1033 authored by David Dai's avatar David Dai Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add mc_cc syscon device for Kona

Add mc_cc device and phandle reference to debugcc in order
to map register space for MCCC_CLK_PERIOD to calculate
the frequency of the DDR clock.

Change-Id: I12bb80494fa46f5a77abf40a853f3d40addd6660
parent 71f36286
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1536,6 +1536,11 @@
		reg = <0x182a0000 0x1c>;
	};

	clock_mccc: syscon@90ba000 {
		compatible = "syscon";
		reg = <0x90ba000 0x54>;
	};

	clock_debugcc: qcom,cc-debug {
		compatible = "qcom,kona-debugcc";
		qcom,gcc = <&clock_gcc>;
@@ -1545,6 +1550,7 @@
		qcom,gpucc = <&clock_gpucc>;
		qcom,npucc = <&clock_npucc>;
		qcom,apsscc = <&clock_apsscc>;
		qcom,mccc = <&clock_mccc>;
		clock-names = "xo_clk_src";
		clocks = <&clock_rpmh RPMH_CXO_CLK>;
		#clock-cells = <1>;