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

Commit 9b42110e authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Register rpmh clocks before clock gcc



GCC and RPMh clocks are required to be registered at core_init level. In
order to ensure RPMh clocks are registered before GCC clocks, move the rpmh
clock node before clock_gcc.

Change-Id: I02fa87905b5df960a4c695380d2bf65358ddf22e
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent e40d860d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -820,6 +820,13 @@
		interrupts = <1 5 4>;
	};

	clock_rpmh: qcom,rpmhclk {
		compatible = "qcom,rpmh-clk-sdm845";
		#clock-cells = <1>;
		mboxes = <&apps_rsc 0>;
		mbox-names = "apps";
	};

	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,gcc-sdm845", "syscon";
		reg = <0x100000 0x1f0000>;
@@ -994,13 +1001,6 @@
		#reset-cells = <1>;
	};

	clock_rpmh: qcom,rpmhclk {
		compatible = "qcom,rpmh-clk-sdm845";
		#clock-cells = <1>;
		mboxes = <&apps_rsc 0>;
		mbox-names = "apps";
	};

	clock_debug: qcom,cc-debug@100000 {
		compatible = "qcom,debugcc-sdm845";
		qcom,cc-count = <5>;