diff options
author | Tom Rini <trini@ti.com> | 2013-12-10 09:29:45 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-10 09:29:45 -0500 |
commit | 76a8265b4f54d1b9cd2b70efb46dcdeaa5d20bfb (patch) | |
tree | 47ede3d54193de3883adc8ae6bdbf16c1fcab271 /README | |
parent | 3f56795635ab419d3378451a9291490cfa47f472 (diff) | |
parent | e717fc6d1a2b459ae8352f7af5945cc0c216ab1e (diff) | |
download | u-boot-imx-76a8265b4f54d1b9cd2b70efb46dcdeaa5d20bfb.zip u-boot-imx-76a8265b4f54d1b9cd2b70efb46dcdeaa5d20bfb.tar.gz u-boot-imx-76a8265b4f54d1b9cd2b70efb46dcdeaa5d20bfb.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |