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

Commit 7e431ad0 authored by David Dai's avatar David Dai
Browse files

ARM: dts: msm: update and enable debugcc device for kona



Add syscon to compatible to other cc devices to allow remapping
of certain memory regions for debug reason. Add device to enable
measure functionality on clock debugfs nodes.

Change-Id: I6ea325878a64bd15d62594080e69c4569010fcb9
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent 049a0a2c
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -735,7 +735,7 @@
	};

	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,gcc-kona";
		compatible = "qcom,gcc-kona", "syscon";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&VDD_CX_LEVEL>;
@@ -777,7 +777,7 @@
	};

	clock_dispcc: qcom,dispcc@af00000 {
		compatible = "qcom,kona-dispcc";
		compatible = "qcom,kona-dispcc", "syscon";
		reg = <0xaf00000 0x20000>;
		reg-names = "cc_base";
		vdd_mm-supply = <&VDD_MMCX_LEVEL>;
@@ -803,6 +803,18 @@
		#clock-cells = <1>;
	};

	clock_debugcc: qcom,cc-debug {
		compatible = "qcom,kona-debugcc";
		qcom,gcc = <&clock_gcc>;
		qcom,videocc = <&clock_videocc>;
		qcom,dispcc = <&clock_dispcc>;
		qcom,camcc = <&clock_camcc>;
		qcom,gpucc = <&clock_gpucc>;
		clock-names = "xo_clk_src";
		clocks = <&clock_xo>;
		#clock-cells = <1>;
	};

	/* GCC GDSCs */
	pcie_0_gdsc: qcom,gdsc@16b004 {
		compatible = "qcom,gdsc";