mfd: sec-core: Enable RTC on S2MPS11 PMIC 26/46026/2
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 17 Mar 2015 12:36:17 +0000 (13:36 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 17 Aug 2015 07:18:27 +0000 (00:18 -0700)
The S2MPS11 PMIC (present on Arndale Octa board) has the same RTC module
as S2MPS14 device. Add respective mfd cell to enable it.

Change-Id: I2bd04e78884b29bfb871147f1bcd26964c3b5c8d
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sec-core.c

index 0a7bc43db4e47fe961ff6502c8972b280dbc1825..907e82d873e75a7dc6d6695deda9787f7a552aeb 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",