summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/mxc_hdmi.h
diff options
context:
space:
mode:
authorRobert Winkler <robert.winkler@boundarydevices.com>2013-07-19 19:00:41 -0700
committerRobert Winkler <robert.winkler@boundarydevices.com>2013-07-19 19:05:16 -0700
commit7d8752905c118af9063738a533227de0b2f6ecd4 (patch)
tree3f6cf636efc2477f87fb45d7648b6a430a72058d /arch/arm/plat-mxc/include/mach/mxc_hdmi.h
parent9a25a3684e15951a570896f14936bd65e5b05d2f (diff)
Add support for DVI monitors3.0-boundary-imx6-3.0.35-4.0.0-ts1
Signed-off-by: Robert Winkler <robert.winkler@boundarydevices.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mxc_hdmi.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/mxc_hdmi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc_hdmi.h b/arch/arm/plat-mxc/include/mach/mxc_hdmi.h
index 60946cadc441..8a7b991a669d 100644
--- a/arch/arm/plat-mxc/include/mach/mxc_hdmi.h
+++ b/arch/arm/plat-mxc/include/mach/mxc_hdmi.h
@@ -605,6 +605,10 @@ enum {
HDMI_IH_MUTE_PHY_STAT0_TX_PHY_LOCK = 0x2,
HDMI_IH_MUTE_PHY_STAT0_HPD = 0x1,
+/* IH and IH_MUTE convenience macro RX_SENSE | HPD*/
+ HDMI_DVI_IH_STAT = 0x3D,
+
+
/* IH_AHBDMAAUD_STAT0 field values */
HDMI_IH_AHBDMAAUD_STAT0_ERROR = 0x20,
HDMI_IH_AHBDMAAUD_STAT0_LOST = 0x10,
@@ -903,6 +907,9 @@ enum {
HDMI_PHY_HPD = 0x02,
HDMI_PHY_TX_PHY_LOCK = 0x01,
+/* HDMI STAT convenience RX_SENSE | HPD */
+ HDMI_DVI_STAT = 0xF2,
+
/* PHY_I2CM_SLAVE_ADDR field values */
HDMI_PHY_I2CM_SLAVE_ADDR_PHY_GEN2 = 0x69,
HDMI_PHY_I2CM_SLAVE_ADDR_HEAC_PHY = 0x49,