diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-05-02 10:26:48 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-23 02:56:15 -0400 |
commit | 87d022cc494dd4dd86d15cb149fa721ac3b45969 (patch) | |
tree | c9978aafe7d292392cb34d8b897a8dbfbc507512 /arch/arm/mach-mxs/mach-mx23evk.c | |
parent | a4de0424a175d25dc5259eb5bc6be56c7cf9d356 (diff) |
arm: mach-mxs: add rtc to all boards
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Tested-by: Shawn Guo <shawn.guo@freescale.com> (for mx23evk and mx28evk)
Diffstat (limited to 'arch/arm/mach-mxs/mach-mx23evk.c')
-rw-r--r-- | arch/arm/mach-mxs/mach-mx23evk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/mach-mx23evk.c b/arch/arm/mach-mxs/mach-mx23evk.c index 3c2de33803ab..2c8eb7c43f82 100644 --- a/arch/arm/mach-mxs/mach-mx23evk.c +++ b/arch/arm/mach-mxs/mach-mx23evk.c | |||
@@ -167,6 +167,7 @@ static void __init mx23evk_init(void) | |||
167 | gpio_set_value(MX23EVK_BL_ENABLE, 1); | 167 | gpio_set_value(MX23EVK_BL_ENABLE, 1); |
168 | 168 | ||
169 | mx23_add_mxsfb(&mx23evk_mxsfb_pdata); | 169 | mx23_add_mxsfb(&mx23evk_mxsfb_pdata); |
170 | mx23_add_rtc_stmp3xxx(); | ||
170 | } | 171 | } |
171 | 172 | ||
172 | static void __init mx23evk_timer_init(void) | 173 | static void __init mx23evk_timer_init(void) |