Commit e28d4a272f4e59185581f9c7252016872b4681e6

Authored by Holger Brunck
Committed by Prafulla Wadaskar
1 parent 5e4eeab92b

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/km_kirkwood.h
... ... @@ -43,7 +43,7 @@
43 43 #define CONFIG_SYS_KWD_CONFIG \
44 44 $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
45 45 #define CONFIG_KM_DISABLE_PCIE
46   -#define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
  46 +#define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/
47 47  
48 48 /* KM_NUSA */
49 49 #elif defined(CONFIG_KM_NUSA)