diff options
author | Sandor Yu <R01008@freescale.com> | 2015-02-02 10:00:16 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-09-17 09:21:24 -0500 |
commit | 772878af868378a448903a95a2b36abe254bddfe (patch) | |
tree | c84d410d5fa7ef4331e9cd8a740bb9c860b303c7 /include/video | |
parent | 20182a5222aa0e771e6a342f9fd7d93006f6ffba (diff) |
MLK-10138: Revert "MLK-10047: hdmi: Add hotplug detect for DVI monitors"
This reverts commit e88c775a272b4f7af1a2fec8736fea9a55e58472.
Some HDMI TV not support rxsense as hotplug interrupter source.
Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/mxc_hdmi.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/video/mxc_hdmi.h b/include/video/mxc_hdmi.h index b8a42ddcbf52..6ed17492e8e9 100644 --- a/include/video/mxc_hdmi.h +++ b/include/video/mxc_hdmi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Freescale Semiconductor, Inc. + * Copyright (C) 2011-2015 Freescale Semiconductor, Inc. */ /* @@ -557,8 +557,6 @@ enum { HDMI_IH_PHY_STAT0_RX_SENSE0 = 0x4, HDMI_IH_PHY_STAT0_TX_PHY_LOCK = 0x2, HDMI_IH_PHY_STAT0_HPD = 0x1, -/* IH convenience macro RX_SENSEx | HPD*/ - HDMI_IH_PHY_STAT0_RXSENSE_HPD = 0x3D, /* IH_CEC_STAT0 field values */ HDMI_IH_CEC_STAT0_WAKEUP = 0x40, @@ -569,6 +567,7 @@ enum { HDMI_IH_CEC_STAT0_EOM = 0x2, HDMI_IH_CEC_STAT0_DONE = 0x1, + /* IH_MUTE_I2CMPHY_STAT0 field values */ HDMI_IH_MUTE_I2CMPHY_STAT0_I2CMPHYDONE = 0x2, HDMI_IH_MUTE_I2CMPHY_STAT0_I2CMPHYERROR = 0x1, @@ -580,8 +579,6 @@ enum { HDMI_IH_MUTE_PHY_STAT0_RX_SENSE0 = 0x4, HDMI_IH_MUTE_PHY_STAT0_TX_PHY_LOCK = 0x2, HDMI_IH_MUTE_PHY_STAT0_HPD = 0x1, -/* IH_MUTE convenience macro RX_SENSEx | HPD*/ - HDMI_IH_MUTE_PHY_STAT0_RXSENSE_HPD = 0x3D, /* IH_AHBDMAAUD_STAT0 field values */ HDMI_IH_AHBDMAAUD_STAT0_ERROR = 0x20, @@ -877,8 +874,6 @@ enum { HDMI_PHY_RX_SENSE0 = 0x10, HDMI_PHY_HPD = 0x02, HDMI_PHY_TX_PHY_LOCK = 0x01, -/* HDMI STAT convenience RX_SENSEx | HPD */ - HDMI_PHY_RXSENSE_HPD = 0xF2, /* PHY_I2CM_SLAVE_ADDR field values */ HDMI_PHY_I2CM_SLAVE_ADDR_PHY_GEN2 = 0x69, |