From: Holger Brunck <holger.brunck@keymile.com>
Date: Mon, 7 Oct 2013 13:10:03 +0000 (+0200)
Subject: arm/km: fix i2c mux define for km_kirkwood_128m16 target
X-Git-Tag: v2025.01-rc5-pxa1908~15510^2~14^2~43
X-Git-Url: http://git.dujemihanovic.xyz/projects?a=commitdiff_plain;h=e28d4a272f4e59185581f9c7252016872b4681e6;p=u-boot.git

arm/km: fix i2c mux define for km_kirkwood_128m16 target

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>
---

diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h
index b8b64c4996..74c72325f6 100644
--- a/include/configs/km_kirkwood.h
+++ b/include/configs/km_kirkwood.h
@@ -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)