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

Commit b487c17d authored by Ingi Kim's avatar Ingi Kim Committed by Lee Jones
Browse files

mfd: rt5033: Add RT5033 Flash led sub device



This patch adds rt5033-led sub device to support it.

Signed-off-by: default avatarIngi Kim <ingi2.kim@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent ff0a04a6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -47,6 +47,9 @@ static const struct mfd_cell rt5033_devs[] = {
	}, {
		.name = "rt5033-battery",
		.of_compatible = "richtek,rt5033-battery",
	}, {
		.name = "rt5033-led",
		.of_compatible = "richtek,rt5033-led",
	},
};