Commit fef8c66180b95e80b04902998370cc8e2149f66c

Authored by Eric Benard
Committed by Stefano Babic
1 parent d84187ac75

embest/mx6boards: use common detect_hdmi

Signed-off-by: Eric Bénard <eric@eukrea.com>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

board/embest/mx6boards/mx6boards.c
... ... @@ -392,12 +392,6 @@
392 392 IOMUXC_GPR2_LVDS_CH0_MODE_MASK);
393 393 }
394 394  
395   -static int detect_hdmi(struct display_info_t const *dev)
396   -{
397   - struct hdmi_regs *hdmi = (struct hdmi_regs *)HDMI_ARB_BASE_ADDR;
398   - return readb(&hdmi->phy_stat0) & HDMI_DVI_STAT;
399   -}
400   -
401 395 static void do_enable_hdmi(struct display_info_t const *dev)
402 396 {
403 397 disable_lvds(dev);