aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/sec-core.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index 2626fc0b5b8c..989076d6cb83 100644
--- a/drivers/mfd/sec-core.c
+++ b/drivers/mfd/sec-core.c
@@ -103,12 +103,9 @@ static const struct mfd_cell s2mpa01_devs[] = {
103}; 103};
104 104
105static const struct mfd_cell s2mpu02_devs[] = { 105static const struct mfd_cell s2mpu02_devs[] = {
106 { .name = "s2mpu02-pmic", },
107 { .name = "s2mpu02-rtc", },
108 { 106 {
109 .name = "s2mpu02-clk", 107 .name = "s2mpu02-pmic",
110 .of_compatible = "samsung,s2mpu02-clk", 108 },
111 }
112}; 109};
113 110
114#ifdef CONFIG_OF 111#ifdef CONFIG_OF