[U-Boot] [PATCH V2 1/7] config: s5pc210_universal: enable SYS_I2C_S3C24X0
Jaehoon Chung
jh80.chung at samsung.com
Thu Jan 5 11:16:55 CET 2017
Enable CONFIG_SYS_I2C_S3C24X0 for i2c
Signed-off-by: Jaehoon Chung <jh80.chung at 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
More information about the U-Boot
mailing list