Ver código fonte

ARM: dts: omap3-gta04: only power DSS when necessary.

i.e. configure vpll2 as a supply for the dss rather
than being always-on.

Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Tony Lindgren <tony@atomide.com>
NeilBrown 10 anos atrás
pai
commit
01ca6d57ec
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1 5
      arch/arm/boot/dts/omap3-gta04.dtsi

+ 1 - 5
arch/arm/boot/dts/omap3-gta04.dtsi

@@ -428,16 +428,12 @@
 	regulator-max-microvolt = <3150000>;
 };
 
-/* Needed to power the DPI pins */
-&vpll2 {
-	regulator-always-on;
-};
-
 &dss {
 	pinctrl-names = "default";
 	pinctrl-0 = < &dss_dpi_pins >;
 
 	status = "okay";
+	vdds_dsi-supply = <&vpll2>;
 
 	port {
 		dpi_out: endpoint {