Re: [PATCH] mfd: sec-core: Enable RTC on S2MPS11 PMIC

2015-03-23 Thread Lee Jones
On Tue, 17 Mar 2015, Krzysztof Kozlowski wrote: > 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 > --- > drivers/mfd/sec-core.c | 2 ++ > 1 file changed, 2 insertions(+)

[PATCH] mfd: sec-core: Enable RTC on S2MPS11 PMIC

2015-03-17 Thread Krzysztof Kozlowski
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 --- drivers/mfd/sec-core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c in