aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/twl-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/twl-core.c')
-rw-r--r--drivers/mfd/twl-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c
index 9021f44de2a..ebbd8e16126 100644
--- a/drivers/mfd/twl-core.c
+++ b/drivers/mfd/twl-core.c
@@ -561,7 +561,7 @@ add_children(struct twl4030_platform_data *pdata, unsigned long features)
561 * Eventually, Linux might become more aware of such 561 * Eventually, Linux might become more aware of such
562 * HW security concerns, and "least privilege". 562 * HW security concerns, and "least privilege".
563 */ 563 */
564 child = add_child(3, "twl4030_rtc", 564 child = add_child(3, "twl_rtc",
565 NULL, 0, 565 NULL, 0,
566 true, pdata->irq_base + RTC_INTR_OFFSET, 0); 566 true, pdata->irq_base + RTC_INTR_OFFSET, 0);
567 if (IS_ERR(child)) 567 if (IS_ERR(child))