浏览代码

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>
Uwe Kleine-König 13 年之前
父节点
当前提交
19a1ac505d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/rtc/rtc-mc13xxx.c

+ 2 - 0
drivers/rtc/rtc-mc13xxx.c

@@ -404,6 +404,8 @@ static const struct platform_device_id mc13xxx_rtc_idtable[] = {
 		.name = "mc13783-rtc",
 		.name = "mc13783-rtc",
 	}, {
 	}, {
 		.name = "mc13892-rtc",
 		.name = "mc13892-rtc",
+	}, {
+		.name = "mc34708-rtc",
 	},
 	},
 	{ /* sentinel */ }
 	{ /* sentinel */ }
 };
 };