Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cb8af8d authored by Sean Wang's avatar Sean Wang Committed by Lee Jones
Browse files

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: default avatarSean Wang <sean.wang@mediatek.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 05daab3d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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[] = {