diff options
author | Yadwinder Singh Brar <yadi.brar@samsung.com> | 2013-07-07 07:44:21 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-08-14 13:53:15 -0400 |
commit | 3134bcae4f70d56df31a5b024c54115d4f504727 (patch) | |
tree | 76eeb38756489d2fced9b4e51e4c8a76c83ccd0c /drivers/mfd/sec-core.c | |
parent | 44955ab50af17ac23ca2c5c17d91eb19daadae8b (diff) |
mfd: sec: Add clock cell for s2mps11
This patch adds clock to list of mfd cells for s2mps11 and DT documentation
for clock part.
Reviewed-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Yadwinder Singh Brar <yadi.brar@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 86a7d611f71b..f530e4b73f19 100644 --- a/drivers/mfd/sec-core.c +++ b/drivers/mfd/sec-core.c | |||
@@ -61,7 +61,9 @@ static struct mfd_cell s5m8767_devs[] = { | |||
61 | static struct mfd_cell s2mps11_devs[] = { | 61 | static struct mfd_cell s2mps11_devs[] = { |
62 | { | 62 | { |
63 | .name = "s2mps11-pmic", | 63 | .name = "s2mps11-pmic", |
64 | }, | 64 | }, { |
65 | .name = "s2mps11-clk", | ||
66 | } | ||
65 | }; | 67 | }; |
66 | 68 | ||
67 | #ifdef CONFIG_OF | 69 | #ifdef CONFIG_OF |