Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: only power DSS when necessary.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
NeilBrown authored and Tony Lindgren committed Jan 26, 2015
1 parent c4aa13f commit 01ca6d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 01ca6d5

Please sign in to comment.