aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
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
parentDocumentation: devicetree: Add LED subnode binding for MT6323 PMIC (diff)
downloadlinux-dev-1cb8af8d631f66dde37a918bdd08a924ba3c7c03.tar.xz
linux-dev-1cb8af8d631f66dde37a918bdd08a924ba3c7c03.zip
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')
-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 e14d8b058f0c..8e601c846d08 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[] = {