]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm/km: fix i2c mux define for km_kirkwood_128m16 target
authorHolger Brunck <holger.brunck@keymile.com>
Mon, 7 Oct 2013 13:10:03 +0000 (15:10 +0200)
committerPrafulla Wadaskar <prafulla@marvell.com>
Mon, 6 Jan 2014 15:28:34 +0000 (20:58 +0530)
Due to the i2c mux rework in u-boot we now have only to specify the
busnumber and not the whole mux configuration.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Acked-by: Heiko Schocher <hs@denx.de>
include/configs/km_kirkwood.h

index b8b64c49960ee957367fb99df33ba3994878a22b..74c72325f65bf17ee006497f3879f9028040f409 100644 (file)
@@ -43,7 +43,7 @@
 #define CONFIG_SYS_KWD_CONFIG \
                $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
 #define CONFIG_KM_DISABLE_PCIE
-#define KM_IVM_BUS                     "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
+#define CONFIG_KM_IVM_BUS              1       /* I2C2 (Mux-Port 1)*/
 
 /* KM_NUSA */
 #elif defined(CONFIG_KM_NUSA)