summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mt6397-core.c
diff options
context:
space:
mode:
authorSean Wang <sean.wang@mediatek.com>2017-01-23 11:54:45 +0800
committerLee Jones <lee.jones@linaro.org>2017-02-13 09:29:44 +0000
commit1cb8af8d631f66dde37a918bdd08a924ba3c7c03 (patch)
tree84a4bbf847ad01301162d031f767e00df03ccc22 /drivers/mfd/mt6397-core.c
parent05daab3d63700316a04c417996600f5596d2484c (diff)
downloadlinux-0-day-1cb8af8d631f66dde37a918bdd08a924ba3c7c03.tar.gz
linux-0-day-1cb8af8d631f66dde37a918bdd08a924ba3c7c03.tar.xz
mfd: mt6397: Add MT6323 LED support into MT6397 driver
Add compatible string as "mt6323-led" that will make the OF core spawn child devices for the LED subnode of that MT6323 MFD device. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/mt6397-core.c')
-rw-r--r--drivers/mfd/mt6397-core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c
index e14d8b058f0c2..8e601c846d08d 100644
--- a/drivers/mfd/mt6397-core.c
+++ b/drivers/mfd/mt6397-core.c
@@ -48,6 +48,10 @@ static const struct mfd_cell mt6323_devs[] = {
.name = "mt6323-regulator",
.of_compatible = "mediatek,mt6323-regulator"
},
+ {
+ .name = "mt6323-led",
+ .of_compatible = "mediatek,mt6323-led"
+ },
};
static const struct mfd_cell mt6397_devs[] = {