diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-30 12:39:53 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 15:14:23 (GMT) |
commit | 43f1f2165e12d15a262ad1d0827d2960fe66f75b (patch) | |
tree | b104bf2f469f81760897cf3bae181999313485c6 /drivers/regulator/wm831x-dcdc.c | |
parent | 1a679930e1750c342d7e5fac787dc47484daec2e (diff) | |
download | linux-43f1f2165e12d15a262ad1d0827d2960fe66f75b.tar.xz |
regulator: wm831x-dcdc: Add MODULE_ALIAS for wm831x-boostp
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/wm831x-dcdc.c')
-rw-r--r-- | drivers/regulator/wm831x-dcdc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/wm831x-dcdc.c b/drivers/regulator/wm831x-dcdc.c index 411cb12..2680260 100644 --- a/drivers/regulator/wm831x-dcdc.c +++ b/drivers/regulator/wm831x-dcdc.c @@ -993,4 +993,5 @@ MODULE_DESCRIPTION("WM831x DC-DC convertor driver"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:wm831x-buckv"); MODULE_ALIAS("platform:wm831x-buckp"); +MODULE_ALIAS("platform:wm831x-boostp"); MODULE_ALIAS("platform:wm831x-epe"); |