diff options
Diffstat (limited to 'drivers/mfd/rt5033.c')
-rw-r--r-- | drivers/mfd/rt5033.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mfd/rt5033.c b/drivers/mfd/rt5033.c index d60f91619c4a..2b95485f0057 100644 --- a/drivers/mfd/rt5033.c +++ b/drivers/mfd/rt5033.c | |||
@@ -47,6 +47,9 @@ static const struct mfd_cell rt5033_devs[] = { | |||
47 | }, { | 47 | }, { |
48 | .name = "rt5033-battery", | 48 | .name = "rt5033-battery", |
49 | .of_compatible = "richtek,rt5033-battery", | 49 | .of_compatible = "richtek,rt5033-battery", |
50 | }, { | ||
51 | .name = "rt5033-led", | ||
52 | .of_compatible = "richtek,rt5033-led", | ||
50 | }, | 53 | }, |
51 | }; | 54 | }; |
52 | 55 | ||
@@ -137,7 +140,6 @@ static struct i2c_driver rt5033_driver = { | |||
137 | }; | 140 | }; |
138 | module_i2c_driver(rt5033_driver); | 141 | module_i2c_driver(rt5033_driver); |
139 | 142 | ||
140 | MODULE_ALIAS("i2c:rt5033"); | ||
141 | MODULE_DESCRIPTION("Richtek RT5033 multi-function core driver"); | 143 | MODULE_DESCRIPTION("Richtek RT5033 multi-function core driver"); |
142 | MODULE_AUTHOR("Beomho Seo <beomho.seo@samsung.com>"); | 144 | MODULE_AUTHOR("Beomho Seo <beomho.seo@samsung.com>"); |
143 | MODULE_LICENSE("GPL"); | 145 | MODULE_LICENSE("GPL"); |