OSDN Git Service

ARM: dts: omap3-gta04: only power DSS when necessary.
authorNeilBrown <neil@brown.name>
Thu, 22 Jan 2015 20:38:17 +0000 (21:38 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Jan 2015 20:54:32 +0000 (12:54 -0800)
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>
arch/arm/boot/dts/omap3-gta04.dtsi

index d6579d0..eed0208 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 >;
 
        status = "okay";
+       vdds_dsi-supply = <&vpll2>;
 
        port {
                dpi_out: endpoint {