diff mbox

[U-Boot] arm: mx5: Fix RTC bus number

Message ID 1406239509-5630-1-git-send-email-marex@denx.de
State Changes Requested
Delegated to: Stefano Babic
Headers show

Commit Message

Marek Vasut July 24, 2014, 10:05 p.m. UTC
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(-)

Comments

Fabio Estevam July 25, 2014, 2:27 a.m. UTC | #1
On Thu, Jul 24, 2014 at 7:05 PM, Marek Vasut <marex@denx.de> 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>
> ---
>  include/configs/m53evk.h | 2 +-

It would be clearer if m53evk was mentioned in the Subject.
Otavio Salvador July 25, 2014, 3:29 a.m. UTC | #2
On Thu, Jul 24, 2014 at 11:27 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Thu, Jul 24, 2014 at 7:05 PM, Marek Vasut <marex@denx.de> 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>
>> ---
>>  include/configs/m53evk.h | 2 +-
>
> It would be clearer if m53evk was mentioned in the Subject.

Agreed, the current commit log is misleading.
Marek Vasut July 25, 2014, 3:24 p.m. UTC | #3
On Friday, July 25, 2014 at 04:27:58 AM, Fabio Estevam wrote:
> On Thu, Jul 24, 2014 at 7:05 PM, Marek Vasut <marex@denx.de> 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>
> > ---
> > 
> >  include/configs/m53evk.h | 2 +-
> 
> It would be clearer if m53evk was mentioned in the Subject.

Thanks for spotting this.

Best regards,
Marek Vasut
diff mbox

Patch

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