]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rtc/mc13xxx: add support for the rtc in the mc34708 pmic
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sat, 21 Jul 2012 00:55:05 +0000 (10:55 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:53:25 +0000 (13:53 +1000)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-mc13xxx.c

index 0ce060280e6b74768b3859ffee3f857aa7f5a11b..2643d8874925c6d10e82c4939724e1d94e63e0d9 100644 (file)
@@ -404,6 +404,8 @@ static const struct platform_device_id mc13xxx_rtc_idtable[] = {
                .name = "mc13783-rtc",
        }, {
                .name = "mc13892-rtc",
+       }, {
+               .name = "mc34708-rtc",
        },
        { /* sentinel */ }
 };