summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNaveen Krishna Ch <ch.naveen@samsung.com>2013-12-06 12:12:38 +0530
committerHeiko Schocher <hs@denx.de>2013-12-06 07:46:23 +0100
commite717fc6d1a2b459ae8352f7af5945cc0c216ab1e (patch)
tree74d54fd3a0d4aa9e382e2e45a33ff5515a4cbf7b /README
parent92c23c9226a23548c875e4ba0e493a0aac172e25 (diff)
downloadblackbird-obmc-uboot-e717fc6d1a2b459ae8352f7af5945cc0c216ab1e.tar.gz
blackbird-obmc-uboot-e717fc6d1a2b459ae8352f7af5945cc0c216ab1e.zip
i2c: samsung: register i2c busses for Exynso5420 and Exynos5250
This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels on Exynos5420 and Exynos5250 and also adds support for init function for hsi2c channels Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 265e81e041..3c233db068 100644
--- a/README
+++ b/README
@@ -2125,6 +2125,12 @@ CBFS (Coreboot Filesystem) support
- set CONFIG_SYS_I2C_ZYNQ_SPEED for speed setting
- set CONFIG_SYS_I2C_ZYNQ_SLAVE for slave addr
+ - drivers/i2c/s3c24x0_i2c.c:
+ - activate this driver with CONFIG_SYS_I2C_S3C24X0
+ - This driver adds i2c buses (11 for Exynos5250, Exynos5420
+ 9 i2c buses for Exynos4 and 1 for S3C24X0 SoCs from Samsung)
+ with a fix speed from 100000 and the slave addr 0!
+
additional defines:
CONFIG_SYS_NUM_I2C_BUSES
OpenPOWER on IntegriCloud