Browse Source

mfd: rt5033: Add RT5033 Flash led sub device

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>
Ingi Kim 9 years ago
parent
commit
b487c17d5f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      drivers/mfd/rt5033.c

+ 3 - 0
drivers/mfd/rt5033.c

@@ -47,6 +47,9 @@ static const struct mfd_cell rt5033_devs[] = {
 	}, {
 	}, {
 		.name = "rt5033-battery",
 		.name = "rt5033-battery",
 		.of_compatible = "richtek,rt5033-battery",
 		.of_compatible = "richtek,rt5033-battery",
+	}, {
+		.name = "rt5033-led",
+		.of_compatible = "richtek,rt5033-led",
 	},
 	},
 };
 };