This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/i2c/busses/i2c-mv64xxx.c b/drivers/i2c/busses/i2c-mv64xxx.c | |
index 30059c1..2eb357e 100644 | |
--- a/drivers/i2c/busses/i2c-mv64xxx.c | |
+++ b/drivers/i2c/busses/i2c-mv64xxx.c | |
@@ -80,6 +80,15 @@ | |
/* Bridge Status values */ | |
#define MV64XXX_I2C_BRIDGE_STATUS_ERROR BIT(0) | |
+/* sun4i TWI LCR register */ | |
+#define SUN4I_I2C_LCR_REG 0x20 |