On Tue, Jul 23, 2013 at 7:07 PM, Robert Winkler
<robert.wink...@boundarydevices.com> wrote:
> --- a/arch/arm/imx-common/cmd_hdmidet.c
> +++ b/arch/arm/imx-common/cmd_hdmidet.c
> @@ -27,8 +27,7 @@
>  static int do_hdmidet(cmd_tbl_t *cmdtp, int flag, int argc, char * const 
> argv[])
>  {
>         struct hdmi_regs *hdmi  = (struct hdmi_regs *)HDMI_ARB_BASE_ADDR;
> -       u8 reg = readb(&hdmi->phy_stat0) & HDMI_PHY_HPD;
> -       return (reg&HDMI_PHY_HPD) ? 0 : 1;
> +       return (readb(&hdmi->phy_stat0) & HDMI_DVI_STAT) ? 0 : 1;
>  }

Does this depends on other boards to do similar commit in their kernel trees?

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to