diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-25 22:20:31 +0100 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-07-28 10:20:49 +0100 |
commit | 24b4315051ef2b9155d23ccbad528daab3b65eb6 (patch) | |
tree | aead5c0246a16c5d76f18726a876796bdf2cafb2 /drivers/regulator/wm831x-dcdc.c | |
parent | a1b81dd3ff2c622d0f4e3954bf9b5dd47a0f13a0 (diff) |
regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdc
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 8a4fdc3a45d9..2ee482306784 100644 --- a/drivers/regulator/wm831x-dcdc.c +++ b/drivers/regulator/wm831x-dcdc.c @@ -1058,3 +1058,4 @@ MODULE_DESCRIPTION("WM831x DC-DC convertor driver"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:wm831x-buckv"); MODULE_ALIAS("platform:wm831x-buckp"); +MODULE_ALIAS("platform:wm831x-epe"); |