From 1cb8af8d631f66dde37a918bdd08a924ba3c7c03 Mon Sep 17 00:00:00 2001 From: Sean Wang Date: Mon, 23 Jan 2017 11:54:45 +0800 Subject: 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 Signed-off-by: Lee Jones --- drivers/mfd/mt6397-core.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/mfd/mt6397-core.c') 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[] = { -- cgit v1.2.3