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

Commit f34c21da authored by Siddhartha Agrawal's avatar Siddhartha Agrawal
Browse files

arm: dts: Add dsi pll1 base address along with dsi pll 0



DSI-1 PLL needs to be manually shutdown even if it's unused. We need to
write to the DSI1 PLL register space while configuring the DSI-0 pll.

Change-Id: I5cd951c76e92bba7b54aa0914317aa3892a868fa
Signed-off-by: default avatarSiddhartha Agrawal <agrawals@codeaurora.org>
parent 69612651
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -18,8 +18,10 @@
		#clock-cells = <1>;

		reg = <0xfd998300 0x500>,
		      <0xfd998200 0x64>;
		reg-names = "pll_base", "dynamic_pll_base";
		      <0xfd998200 0x64>,
		      <0xfd9a0300 0x500>;
		reg-names = "pll_base", "dynamic_pll_base",
			"pll_1_base";

		gdsc-supply = <&gdsc_mdss>;
		vddio-supply = <&pm8994_l12>;