]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 d6579d08e6315d5024beb18e3de732c5f8b8f5b0..eed0208f0db219b82625a6e88a77e3a9cbfd574b 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 {