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

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

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



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

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

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

	clock_rpmh: qcom,rpmhclk {
		compatible = "qcom,rpmh-clk-sm6150";
		mboxes = <&apps_rsc 0>;