From: Marek Vasut Date: Fri, 25 Jul 2014 15:23:35 +0000 (+0200) Subject: arm: m53evk: Fix RTC bus number X-Git-Tag: v2014.10-rc2~52^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25fe05722a038f8178a26c197ac84fda55b2f168;p=platform%2Fkernel%2Fu-boot.git arm: m53evk: Fix RTC bus number 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 Cc: Stefano Babic --- 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 /*