* [U-Boot] [PATCH] arm: m53evk: Fix RTC bus number
@ 2014-07-25 15:23 Marek Vasut
2014-08-08 9:05 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2014-07-25 15:23 UTC (permalink / raw)
To: u-boot
A previous update to the I2C stack introduced a typo in the
configuration option. Fix the typo and therefore allow the
RTC to work correctly with the 'date' command again.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
include/configs/m53evk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h
index 97196c6..e5756d3 100644
--- a/include/configs/m53evk.h
+++ b/include/configs/m53evk.h
@@ -175,7 +175,7 @@
#ifdef CONFIG_CMD_I2C
#define CONFIG_SYS_I2C
#define CONFIG_SYS_I2C_MXC
-#define CONFIG_SYS_SPD_BUS_NUM 1 /* I2C2 */
+#define CONFIG_SYS_RTC_BUS_NUM 1 /* I2C2 */
#endif
/*
--
2.0.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] arm: m53evk: Fix RTC bus number
2014-07-25 15:23 [U-Boot] [PATCH] arm: m53evk: Fix RTC bus number Marek Vasut
@ 2014-08-08 9:05 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2014-08-08 9:05 UTC (permalink / raw)
To: u-boot
On 25/07/2014 17:23, Marek Vasut wrote:
> A previous update to the I2C stack introduced a typo in the
> configuration option. Fix the typo and therefore allow the
> RTC to work correctly with the 'date' command again.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-08 9:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 15:23 [U-Boot] [PATCH] arm: m53evk: Fix RTC bus number Marek Vasut
2014-08-08 9:05 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox