summaryrefslogtreecommitdiff
path: root/drivers/mfd/rt5033.c
diff options
context:
space:
mode:
authorIngi Kim <ingi2.kim@samsung.com>2015-10-23 14:48:03 +0900
committerLee Jones <lee.jones@linaro.org>2015-10-30 18:57:35 +0000
commitb487c17d5ff381943b7c9b6af992eec83ee5c5ee (patch)
tree531497cb7648b9b8ce0cc2d7f68caa718da94805 /drivers/mfd/rt5033.c
parentff0a04a699b9ea9b795208baff2ae727a6a3085a (diff)
mfd: rt5033: Add RT5033 Flash led sub device
This patch adds rt5033-led sub device to support it. Signed-off-by: Ingi Kim <ingi2.kim@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/rt5033.c')
-rw-r--r--drivers/mfd/rt5033.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/rt5033.c b/drivers/mfd/rt5033.c
index 110de2a583af..2b95485f0057 100644
--- a/drivers/mfd/rt5033.c
+++ b/drivers/mfd/rt5033.c
@@ -47,6 +47,9 @@ static const struct mfd_cell rt5033_devs[] = {
}, {
.name = "rt5033-battery",
.of_compatible = "richtek,rt5033-battery",
+ }, {
+ .name = "rt5033-led",
+ .of_compatible = "richtek,rt5033-led",
},
};