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

Commit 0c179c2b authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Add clock rate property for clk_div node for pm6150



Add "assigned-clocks" and "assigned-clock-rates" properties to
the div_clk node to get the required div_clk output frequency
for the pm6150/pm6150l PMICs.

Change-Id: I33c186db99f39519bb8d2c73f9c99b667ec5aef4
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 709e9085
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -241,6 +241,8 @@
			clock-output-names = "pm6150_div_clk1";
			clocks = <&clock_rpmh RPMH_CXO_CLK>;
			clock-names = "xo";
			assigned-clocks = <&pm6150_clkdiv 1>;
			assigned-clock-rates = <9600000>;
		};

		pm6150_gpios: pinctrl@c000 {
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@
			clock-output-names = "pm6150l_div_clk1";
			clocks = <&clock_rpmh RPMH_CXO_CLK>;
			clock-names = "xo";
			assigned-clocks = <&pm6150l_clkdiv 1>;
			assigned-clock-rates = <9600000>;
		};

		pm6150l_gpios: pinctrl@c000 {