[PATCH 11/13] ARM: dts: omap3-gta04: only power DSS when necessary.

From: Marek Belisko
Date: Thu Jan 22 2015 - 15:40:17 EST


From: NeilBrown <neil@xxxxxxxxxx>

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

Signed-off-by: NeilBrown <neil@xxxxxxxxxx>
---
arch/arm/boot/dts/omap3-gta04.dtsi | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 08f0b25..228e79b 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -393,16 +393,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 {
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/