[PATCH] ARM: Gumstix DuoVero: Bind vdac regulator to hdmi node

Tony Lindgren tony at atomide.com
Fri Nov 21 15:53:13 PST 2014


* Adam YH Lee <adam.yh.lee at gmail.com> [141113 10:06]:
> 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.

Applying into omap-for-v3.19/dt-v2 thanks.

Tony
 
> Signed-off-by: Adam YH Lee <adam.yh.lee at gmail.com>
> ---
>  arch/arm/boot/dts/omap4-duovero-parlor.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/omap4-duovero-parlor.dts b/arch/arm/boot/dts/omap4-duovero-parlor.dts
> index 6dc84d9..1a78f01 100644
> --- a/arch/arm/boot/dts/omap4-duovero-parlor.dts
> +++ b/arch/arm/boot/dts/omap4-duovero-parlor.dts
> @@ -177,6 +177,7 @@
>  
>  &hdmi {
>  	status = "ok";
> +	vdda-supply = <&vdac>;
>  
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&dss_hdmi_pins>;
> -- 
> 1.9.1
> 



More information about the linux-arm-kernel mailing list