ARM: dts: omap3-gta04: keep vpll2 always on
authorH. Nikolaus Schaller <hns@goldelico.com>
Tue, 31 Jul 2018 07:11:14 +0000 (09:11 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 7 Sep 2018 17:10:53 +0000 (10:10 -0700)
This is needed to make the display and venc work properly.
Compare to omap3-beagle.dts.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dtsi

index 8e785cf..45d4b08 100644 (file)
        regulator-max-microvolt = <3150000>;
 };
 
+/* Needed to power the DPI pins */
+
+&vpll2 {
+       regulator-always-on;
+};
+
 &dss {
        pinctrl-names = "default";
        pinctrl-0 = < &dss_dpi_pins >;