Commit 69bb6cec authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Kleber Sacilotto de Souza

ARM: dts: omap3-gta04: keep vpll2 always on

BugLink: https://bugs.launchpad.net/bugs/1853881

[ Upstream commit 1ae00833 ]

This is needed to make the display and venc work properly.
Compare to omap3-beagle.dts.
Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarConnor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
parent 74b09fe0
......@@ -460,6 +460,12 @@ &vsim {
regulator-max-microvolt = <3150000>;
};
/* Needed to power the DPI pins */
&vpll2 {
regulator-always-on;
};
&dss {
pinctrl-names = "default";
pinctrl-0 = < &dss_dpi_pins >;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment