* [U-Boot] [PATCH] arm: novena: Fix EEPROM i2c configuration
@ 2015-11-24 23:36 Marek Vasut
2015-12-22 1:18 ` Marek Vasut
0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2015-11-24 23:36 UTC (permalink / raw)
To: u-boot
On Novena, the DRAM SPD is connected to i2c1 while the Utility EEPROM
is connected to i2c3. Now that the EEPROM handling in U-Boot is fixed,
also fix this bit on Novena.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Sean Cross <xobs@kosagi.com>
Cc: Stefano Babic <sbabic@denx.de>
---
include/configs/novena.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/configs/novena.h b/include/configs/novena.h
index d88389a..718989f 100644
--- a/include/configs/novena.h
+++ b/include/configs/novena.h
@@ -108,11 +108,12 @@
#define CONFIG_I2C_MULTI_BUS
#define CONFIG_I2C_MXC
#define CONFIG_SYS_I2C_SPEED 100000
+#define CONFIG_SYS_SPD_BUS_NUM 0
/* I2C EEPROM */
#ifdef CONFIG_CMD_EEPROM
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
-#define CONFIG_SYS_SPD_BUS_NUM 2
+#define CONFIG_SYS_I2C_EEPROM_BUS 2
#endif
/* MMC Configs */
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] arm: novena: Fix EEPROM i2c configuration
2015-11-24 23:36 [U-Boot] [PATCH] arm: novena: Fix EEPROM i2c configuration Marek Vasut
@ 2015-12-22 1:18 ` Marek Vasut
0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2015-12-22 1:18 UTC (permalink / raw)
To: u-boot
On Wednesday, November 25, 2015 at 12:36:44 AM, Marek Vasut wrote:
> On Novena, the DRAM SPD is connected to i2c1 while the Utility EEPROM
> is connected to i2c3. Now that the EEPROM handling in U-Boot is fixed,
> also fix this bit on Novena.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Sean Cross <xobs@kosagi.com>
> Cc: Stefano Babic <sbabic@denx.de>
Is this bugfix gonna be applied soon ?
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-22 1:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24 23:36 [U-Boot] [PATCH] arm: novena: Fix EEPROM i2c configuration Marek Vasut
2015-12-22 1:18 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox