diff options
author | Simon Glass <sjg@chromium.org> | 2012-10-30 07:28:53 +0000 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2013-07-23 08:34:55 +0200 |
commit | 1f2ba722ac06393d6abe6d4734824d3b98ea9108 (patch) | |
tree | 86efda8166496c496fcca5deb6cf53764ea2b86b /README | |
parent | d84eb856c4385c90f4f68594819744b638f77a02 (diff) | |
download | u-boot-1f2ba722ac06393d6abe6d4734824d3b98ea9108.zip u-boot-1f2ba722ac06393d6abe6d4734824d3b98ea9108.tar.gz u-boot-1f2ba722ac06393d6abe6d4734824d3b98ea9108.tar.bz2 |
tegra: i2c: Enable new CONFIG_SYS_I2C framework
This enables CONFIG_SYS_I2C on Tegra, updating existing boards and the Tegra
i2c driver to support this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1980,6 +1980,11 @@ CBFS (Coreboot Filesystem) support CONFIG_SYS_FSL_I2C2_SLAVE for the slave address of the second bus. + - drivers/i2c/tegra_i2c.c: + - activate this driver with CONFIG_SYS_I2C_TEGRA + - This driver adds 4 i2c buses with a fix speed from + 100000 and the slave addr 0! + additional defines: CONFIG_SYS_NUM_I2C_BUSES |