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

Commit e58fb7bb authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Add fixed sleep clock for SDMMAGPIE



Fixed sleep clock of 32KHz is required to be the source for the sleep root
clocks, add support for the same.

Change-Id: If47660ae78cc248c0b2a19d62b245ab4ff4860b0
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 88532b42
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -620,6 +620,15 @@
		};
	};

	clocks {
		sleep_clk: sleep-clk {
			compatible = "fixed-clock";
			clock-frequency = <32000>;
			clock-output-names = "chip_sleep_clk";
			#clock-cells = <1>;
		};
	};

	clock_rpmh: qcom,rpmh {
		compatible = "qcom,dummycc";
		clock-output-names = "rpm_clocks";