diff options
author | Lei Wen <[leiwen@marvell.com]> | 2011-04-13 18:18:16 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 17:38:07 (GMT) |
commit | 68432c27438360aa3bc27c0c73bf3c12a8c6ffa7 (patch) | |
tree | 0b8e38f1b0384abd716a255f30b96cb1c594e8d5 /include/configs/innokom.h | |
parent | 776784908c0342146caecc777fb596234e23f027 (diff) | |
download | u-boot-fsl-qoriq-68432c27438360aa3bc27c0c73bf3c12a8c6ffa7.tar.xz |
pxa: move i2c driver to the common place
For better sharing with other platform other than pxa's,
it is more convenient to put the driver to the common place.
Acked-by: Heiko Schocher <hs@denx.de>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'include/configs/innokom.h')
-rw-r--r-- | include/configs/innokom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/innokom.h b/include/configs/innokom.h index d8fcbdb..0ea73c9 100644 --- a/include/configs/innokom.h +++ b/include/configs/innokom.h @@ -140,6 +140,7 @@ /* * I2C bus */ +#define CONFIG_I2C_MV 1 #define CONFIG_HARD_I2C 1 #define CONFIG_SYS_I2C_SPEED 50000 #define CONFIG_SYS_I2C_SLAVE 0xfe |