aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-03-17 08:36:17 -0400
committerLee Jones <lee.jones@linaro.org>2015-03-26 10:20:19 -0400
commiteea2e596069ecd48b7b83108ac863824f113410a (patch)
tree2ba4191e05069a0250f6d9cad89a68f826a5cd8d
parent908725d541a46d76d488bcbacdb131b16d59331b (diff)
mfd: sec-core: Enable RTC on S2MPS11 PMIC
The S2MPS11 PMIC (present on Arndale Octa board) has the same RTC module as S2MPS14 device. Add respective mfd cell to enable it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--drivers/mfd/sec-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index 2253d44e631c..4a69afb425ad 100644
--- a/drivers/mfd/sec-core.c
+++ b/drivers/mfd/sec-core.c
@@ -69,6 +69,8 @@ static const struct mfd_cell s2mps11_devs[] = {
69 { 69 {
70 .name = "s2mps11-pmic", 70 .name = "s2mps11-pmic",
71 }, { 71 }, {
72 .name = "s2mps14-rtc",
73 }, {
72 .name = "s2mps11-clk", 74 .name = "s2mps11-clk",
73 .of_compatible = "samsung,s2mps11-clk", 75 .of_compatible = "samsung,s2mps11-clk",
74 } 76 }