]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/boundary/nitrogen6x/nitrogen6x.c
imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors
[karo-tx-uboot.git] / board / boundary / nitrogen6x / nitrogen6x.c
index 1b8263394419494356008bf4c341b7dded2ee90f..ff033dae71f6ef8586d803c9bccc481a9bc9ed05 100644 (file)
@@ -477,7 +477,7 @@ struct display_info_t {
 static int detect_hdmi(struct display_info_t const *dev)
 {
        struct hdmi_regs *hdmi  = (struct hdmi_regs *)HDMI_ARB_BASE_ADDR;
-       return readb(&hdmi->phy_stat0) & HDMI_PHY_HPD;
+       return readb(&hdmi->phy_stat0) & HDMI_DVI_STAT;
 }
 
 static void do_enable_hdmi(struct display_info_t const *dev)