]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00178461-01 HDMI1080p: hotplug cause kernel panic. 10%
authorSandor Yu <R01008@freescale.com>
Tue, 29 May 2012 08:54:13 +0000 (16:54 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:44 +0000 (08:34 +0200)
Add HDMI register define in HDMI register head file

Signed-off-by: Sandor Yu <R01008@freescale.com>
arch/arm/plat-mxc/include/mach/mxc_hdmi.h

index 02a413f2bc424b75e68e4bb3e071330487ba0b01..bc1ed6c48ecd6ab3dbe0876d33e231865ba60371 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2011-2012 Freescale Semiconductor, Inc.
  */
 
 /*
@@ -587,6 +587,14 @@ enum {
        HDMI_IH_MUTE_I2CMPHY_STAT0_I2CMPHYDONE = 0x2,
        HDMI_IH_MUTE_I2CMPHY_STAT0_I2CMPHYERROR = 0x1,
 
+/* IH_PHY_STAT0 field values */
+       HDMI_IH_MUTE_PHY_STAT0_RX_SENSE3 = 0x20,
+       HDMI_IH_MUTE_PHY_STAT0_RX_SENSE2 = 0x10,
+       HDMI_IH_MUTE_PHY_STAT0_RX_SENSE1 = 0x8,
+       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_AHBDMAAUD_STAT0 field values */
        HDMI_IH_AHBDMAAUD_STAT0_ERROR = 0x20,
        HDMI_IH_AHBDMAAUD_STAT0_LOST = 0x10,