aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-mc13xxx.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2012-07-30 14:41:52 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-07-30 17:25:18 -0700
commit19a1ac505d5f3545ebc5b0a195d65cef4da94bb5 (patch)
tree08d821115bd50750399ab9efbcfdfe9a6bd5296c /drivers/rtc/rtc-mc13xxx.c
parentrtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIAS (diff)
downloadwireguard-linux-19a1ac505d5f3545ebc5b0a195d65cef4da94bb5.tar.xz
wireguard-linux-19a1ac505d5f3545ebc5b0a195d65cef4da94bb5.zip
rtc/mc13xxx: add support for the rtc in the mc34708 pmic
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-mc13xxx.c')
-rw-r--r--drivers/rtc/rtc-mc13xxx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-mc13xxx.c b/drivers/rtc/rtc-mc13xxx.c
index 0ce060280e6b..2643d8874925 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 */ }
};