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

Commit 5014e97d authored by Sandeep Panda's avatar Sandeep Panda
Browse files

ARM: dts: msm: update DSI PLL clock source for msm8952



Latest DSI PLL 28 LPM driver has support for two independent
DSI PLLs use cases. Update the clock source node for msm8952
platform based on new DSI PLL 28LPM driver.

Change-Id: Id9f6a465ee483b14759c9784215b7c248794ff56
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent d600fd4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -169,8 +169,8 @@

	clock_gcc_mdss: qcom,gcc-mdss@1ac8300 {
		compatible = "qcom,gcc-mdss-8952";
		clocks = <&mdss_dsi0_pll clk_pixel_clk_src>,
			 <&mdss_dsi0_pll clk_byte_clk_src>;
		clocks = <&mdss_dsi0_pll clk_dsi_pll0_pixel_clk_src>,
			 <&mdss_dsi0_pll clk_dsi_pll0_byte_clk_src>;
		clock-names = "pixel_src", "byte_src";
		#clock-cells = <1>;
	};