[PATCH 3/4] mfd: sec-core: Add cells for S5M8767-clocks
Tushar Behera
tushar.behera at linaro.org
Thu Oct 31 02:48:43 EDT 2013
S5M8767 chip has 3 crystal oscillators running at 32KHz. These are
supported by s2mps11-clk driver.
Signed-off-by: Tushar Behera <tushar.behera at linaro.org>
CC: Lee Jones <lee.jones at linaro.org>
---
drivers/mfd/sec-core.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index 34c18fb..020b86b 100644
--- a/drivers/mfd/sec-core.c
+++ b/drivers/mfd/sec-core.c
@@ -56,7 +56,9 @@ static struct mfd_cell s5m8767_devs[] = {
.name = "s5m8767-pmic",
}, {
.name = "s5m-rtc",
- },
+ }, {
+ .name = "s5m8767-clk",
+ }
};
static struct mfd_cell s2mps11_devs[] = {
--
1.7.9.5
More information about the linux-arm-kernel
mailing list