Commit 0db8899a authored by Adam YH Lee's avatar Adam YH Lee Committed by Tony Lindgren

ARM: dts: Gumstix DuoVero: Bind vdac regulator to hdmi node

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: default avatarAdam YH Lee <adam.yh.lee@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d5744541
......@@ -177,6 +177,7 @@ &dss {
&hdmi {
status = "ok";
vdda-supply = <&vdac>;
pinctrl-names = "default";
pinctrl-0 = <&dss_hdmi_pins>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment