]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mfd: sec-core: Enable RTC on S2MPS11 PMIC
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 17 Mar 2015 12:36:17 +0000 (13:36 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 26 Mar 2015 14:20:19 +0000 (14:20 +0000)
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>
drivers/mfd/sec-core.c

index 2253d44e631c874434bd5d84eb1cc33ea2c4c68d..4a69afb425ad3e2a034849c30902ab8a09ca6a41 100644 (file)
@@ -68,6 +68,8 @@ static const struct mfd_cell s5m8767_devs[] = {
 static const struct mfd_cell s2mps11_devs[] = {
        {
                .name = "s2mps11-pmic",
+       }, {
+               .name = "s2mps14-rtc",
        }, {
                .name = "s2mps11-clk",
                .of_compatible = "samsung,s2mps11-clk",