Skip to content

Commit

Permalink
ARM: dts: Gumstix DuoVero: Bind vdac regulator to hdmi node
Browse files Browse the repository at this point in the history
The HDMI node does not have a power supply attached. As a result its
power regulator, VDAC, shuts off on boot and screen loses signal.
This attaches VDAC (vdda_hdmi_dac) to HDMI's vdda-supply.

Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Adam YH Lee authored and Tony Lindgren committed Nov 22, 2014
1 parent d574454 commit 0db8899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/omap4-duovero-parlor.dts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@

&hdmi {
status = "ok";
vdda-supply = <&vdac>;

pinctrl-names = "default";
pinctrl-0 = <&dss_hdmi_pins>;
Expand Down

0 comments on commit 0db8899

Please sign in to comment.