* [U-Boot] [PATCH] arm/km: fix i2c mux define for km_kirkwood_128m16 target
@ 2013-10-07 13:10 Holger Brunck
2013-10-08 5:10 ` Heiko Schocher
0 siblings, 1 reply; 2+ messages in thread
From: Holger Brunck @ 2013-10-07 13:10 UTC (permalink / raw)
To: u-boot
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>
---
include/configs/km_kirkwood.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h
index 3806762..2bd89b1 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)
--
1.8.0.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] arm/km: fix i2c mux define for km_kirkwood_128m16 target
2013-10-07 13:10 [U-Boot] [PATCH] arm/km: fix i2c mux define for km_kirkwood_128m16 target Holger Brunck
@ 2013-10-08 5:10 ` Heiko Schocher
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Schocher @ 2013-10-08 5:10 UTC (permalink / raw)
To: u-boot
Hello Holger,
Am 07.10.2013 15:10, schrieb Holger Brunck:
> 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>
>
> ---
> include/configs/km_kirkwood.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for this fix,
Acked-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-08 5:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 13:10 [U-Boot] [PATCH] arm/km: fix i2c mux define for km_kirkwood_128m16 target Holger Brunck
2013-10-08 5:10 ` Heiko Schocher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox