summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-06-13 22:55:48 +0200
committerIan Campbell <ijc@hellion.org.uk>2014-07-16 19:56:24 +0100
commit0db2bbdc04c7ba41861e686acb815fce5a227a01 (patch)
tree12bcbf145e376cc9a5e97d9de88b8640e2c9ff4a /arch
parent799aff38dfc1b2d860ec8430572f9402d3ce9881 (diff)
downloadtalos-obmc-uboot-0db2bbdc04c7ba41861e686acb815fce5a227a01.tar.gz
talos-obmc-uboot-0db2bbdc04c7ba41861e686acb815fce5a227a01.zip
mvtwsi: convert to CONFIG_SYS_I2C framework
Note this has only been tested on Allwinner sunxi devices (support for which gets introduced by a later patch). The kirkwood changes have been compile tested using the wireless_space board config, the orion5x changes have been compile tested using the edminiv2 board config. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-kirkwood/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-kirkwood/config.h b/arch/arm/include/asm/arch-kirkwood/config.h
index 7a688e46b0..f7bfa0e74d 100644
--- a/arch/arm/include/asm/arch-kirkwood/config.h
+++ b/arch/arm/include/asm/arch-kirkwood/config.h
@@ -129,7 +129,8 @@
*/
#ifdef CONFIG_CMD_I2C
#ifndef CONFIG_SYS_I2C_SOFT
-#define CONFIG_I2C_MVTWSI
+#define CONFIG_SYS_I2C
+#define CONFIG_SYS_I2C_MVTWSI
#endif
#define CONFIG_SYS_I2C_SLAVE 0x0
#define CONFIG_SYS_I2C_SPEED 100000
OpenPOWER on IntegriCloud