
5 Jan
2017
5 Jan
'17
11:16 a.m.
Enable CONFIG_SYS_I2C_S3C24X0 for i2c
Signed-off-by: Jaehoon Chung jh80.chung@samsung.com --- include/configs/s5pc210_universal.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 1bfefe9..dd3bdc6 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -17,6 +17,9 @@ /* Keep L2 Cache Disabled */ #define CONFIG_SYS_L2CACHE_OFF 1
+/* I2C */ +#define CONFIG_SYS_I2C_S3C24X0 + /* Universal has 2 banks of DRAM */ #define CONFIG_NR_DRAM_BANKS 2 #define CONFIG_SYS_SDRAM_BASE 0x40000000
--
2.10.2