Skip to content

Commit

Permalink
mfd: rt5033: Add RT5033 Flash led sub device
Browse files Browse the repository at this point in the history
This patch adds rt5033-led sub device to support it.

Signed-off-by: Ingi Kim <ingi2.kim@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Ingi Kim authored and Lee Jones committed Oct 30, 2015
1 parent ff0a04a commit b487c17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/mfd/rt5033.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

Expand Down

0 comments on commit b487c17

Please sign in to comment.