Commit 6dc2e1bf authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Russell King

drm: bridge/dw_hdmi: fix register I2CM_ADDRESS register name

I2CM_ADDRESS became a MESS, fix it, also change guarding define
to __DW_HDMI_H__ , since the driver is not IMX specific.
Signed-off-by: default avatarVladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b872a8e1
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
* (at your option) any later version. * (at your option) any later version.
*/ */
#ifndef __IMX_HDMI_H__ #ifndef __DW_HDMI_H__
#define __IMX_HDMI_H__ #define __DW_HDMI_H__
/* Identification Registers */ /* Identification Registers */
#define HDMI_DESIGN_ID 0x0000 #define HDMI_DESIGN_ID 0x0000
...@@ -525,7 +525,7 @@ ...@@ -525,7 +525,7 @@
/* I2C Master Registers (E-DDC) */ /* I2C Master Registers (E-DDC) */
#define HDMI_I2CM_SLAVE 0x7E00 #define HDMI_I2CM_SLAVE 0x7E00
#define HDMI_I2CMESS 0x7E01 #define HDMI_I2CM_ADDRESS 0x7E01
#define HDMI_I2CM_DATAO 0x7E02 #define HDMI_I2CM_DATAO 0x7E02
#define HDMI_I2CM_DATAI 0x7E03 #define HDMI_I2CM_DATAI 0x7E03
#define HDMI_I2CM_OPERATION 0x7E04 #define HDMI_I2CM_OPERATION 0x7E04
...@@ -1031,4 +1031,4 @@ enum { ...@@ -1031,4 +1031,4 @@ enum {
HDMI_A_VIDPOLCFG_HSYNCPOL_ACTIVE_LOW = 0x0, HDMI_A_VIDPOLCFG_HSYNCPOL_ACTIVE_LOW = 0x0,
}; };
#endif /* __IMX_HDMI_H__ */ #endif /* __DW_HDMI_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment