[PATCH 4/7] rtc/mc13xxx: add support for the rtc in the mc34708 pmic

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Thu Jul 12 05:57:50 EDT 2012


Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
Cc: Alessandro Zummo <a.zummo at towertech.it>
Cc: Andrew Morton <akpm at linux-foundation.org>
Cc: rtc-linux at googlegroups.com
---
 drivers/rtc/rtc-mc13xxx.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/rtc/rtc-mc13xxx.c b/drivers/rtc/rtc-mc13xxx.c
index 0ce0602..2643d88 100644
--- a/drivers/rtc/rtc-mc13xxx.c
+++ b/drivers/rtc/rtc-mc13xxx.c
@@ -404,6 +404,8 @@ static const struct platform_device_id mc13xxx_rtc_idtable[] = {
 		.name = "mc13783-rtc",
 	}, {
 		.name = "mc13892-rtc",
+	}, {
+		.name = "mc34708-rtc",
 	},
 	{ /* sentinel */ }
 };
-- 
1.7.10.4




More information about the linux-arm-kernel mailing list