aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngi Kim <ingi2.kim@samsung.com>2015-10-23 01:48:03 -0400
committerLee Jones <lee.jones@linaro.org>2015-10-30 14:57:35 -0400
commitb487c17d5ff381943b7c9b6af992eec83ee5c5ee (patch)
tree531497cb7648b9b8ce0cc2d7f68caa718da94805
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>
-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[] = {
47 }, { 47 }, {
48 .name = "rt5033-battery", 48 .name = "rt5033-battery",
49 .of_compatible = "richtek,rt5033-battery", 49 .of_compatible = "richtek,rt5033-battery",
50 }, {
51 .name = "rt5033-led",
52 .of_compatible = "richtek,rt5033-led",
50 }, 53 },
51}; 54};
52 55