diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2013-12-26 05:19:00 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-01-21 03:28:57 -0500 |
commit | 39fed00f0b91f4ee595ac719f3bc2d226ed111b9 (patch) | |
tree | a4a7f1a552d9d4506c1ec4e85f48df401e708427 /drivers/mfd/sec-core.c | |
parent | ae679c12e83bda92d8f639357f35a3f50f45c3a6 (diff) |
mfd: sec-core: Add cells for S5M8767-clocks
S5M8767 chip has 3 crystal oscillators running at 32KHz. These are
supported by s2mps11-clk driver.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/sec-core.c')
-rw-r--r-- | drivers/mfd/sec-core.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c index 56615af42a28..e4671088f075 100644 --- a/drivers/mfd/sec-core.c +++ b/drivers/mfd/sec-core.c | |||
@@ -56,7 +56,9 @@ static const struct mfd_cell s5m8767_devs[] = { | |||
56 | .name = "s5m8767-pmic", | 56 | .name = "s5m8767-pmic", |
57 | }, { | 57 | }, { |
58 | .name = "s5m-rtc", | 58 | .name = "s5m-rtc", |
59 | }, | 59 | }, { |
60 | .name = "s5m8767-clk", | ||
61 | } | ||
60 | }; | 62 | }; |
61 | 63 | ||
62 | static const struct mfd_cell s2mps11_devs[] = { | 64 | static const struct mfd_cell s2mps11_devs[] = { |