diff options
author | Yadwinder Singh Brar <yadi.brar@samsung.com> | 2013-07-07 17:14:21 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-08-14 18:53:15 +0100 |
commit | 3134bcae4f70d56df31a5b024c54115d4f504727 (patch) | |
tree | 76eeb38756489d2fced9b4e51e4c8a76c83ccd0c /drivers/mfd | |
parent | 44955ab50af17ac23ca2c5c17d91eb19daadae8b (diff) | |
download | blackbird-op-linux-3134bcae4f70d56df31a5b024c54115d4f504727.tar.gz blackbird-op-linux-3134bcae4f70d56df31a5b024c54115d4f504727.zip |
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')
-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[] = { static struct mfd_cell s2mps11_devs[] = { { .name = "s2mps11-pmic", - }, + }, { + .name = "s2mps11-clk", + } }; #ifdef CONFIG_OF |