aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/mach-tx28.c
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-05-02 16:26:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-23 08:56:15 +0200
commit87d022cc494dd4dd86d15cb149fa721ac3b45969 (patch)
treec9978aafe7d292392cb34d8b897a8dbfbc507512 /arch/arm/mach-mxs/mach-tx28.c
parentarm: mach-mxs: add device for rtc (diff)
downloadlinux-dev-87d022cc494dd4dd86d15cb149fa721ac3b45969.tar.xz
linux-dev-87d022cc494dd4dd86d15cb149fa721ac3b45969.zip
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-tx28.c')
-rw-r--r--arch/arm/mach-mxs/mach-tx28.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/mach-tx28.c b/arch/arm/mach-mxs/mach-tx28.c
index 515a423f82cd..ce5d5632e62f 100644
--- a/arch/arm/mach-mxs/mach-tx28.c
+++ b/arch/arm/mach-mxs/mach-tx28.c
@@ -161,6 +161,7 @@ static void __init tx28_stk5v3_init(void)
i2c_register_board_info(0, tx28_stk5v3_i2c_boardinfo,
ARRAY_SIZE(tx28_stk5v3_i2c_boardinfo));
mx28_add_mxs_mmc(0, &tx28_mmc0_pdata);
+ mx28_add_rtc_stmp3xxx();
}
static void __init tx28_timer_init(void)