[U-Boot] [PATCH v2] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

Otavio Salvador otavio at ossystems.com.br
Wed Jul 24 00:33:22 CEST 2013


On Tue, Jul 23, 2013 at 7:07 PM, Robert Winkler
<robert.winkler at 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


More information about the U-Boot mailing list