Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
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
No related merge requests found
......@@ -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",
},
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment