summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sec-core.c
diff options
context:
space:
mode:
authorYadwinder Singh Brar <yadi.brar@samsung.com>2013-07-07 17:14:21 +0530
committerLee Jones <lee.jones@linaro.org>2013-08-14 18:53:15 +0100
commit3134bcae4f70d56df31a5b024c54115d4f504727 (patch)
tree76eeb38756489d2fced9b4e51e4c8a76c83ccd0c /drivers/mfd/sec-core.c
parent44955ab50af17ac23ca2c5c17d91eb19daadae8b (diff)
downloadlinux-0-day-3134bcae4f70d56df31a5b024c54115d4f504727.tar.gz
linux-0-day-3134bcae4f70d56df31a5b024c54115d4f504727.tar.xz
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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index 86a7d611f71b9..f530e4b73f19a 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