diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 07:43:27 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 07:43:27 +0400 |
commit | 41f5983236006f12692c2e62ebb1fbfa1be7c6a3 (patch) | |
tree | 05ef3eb90db2f1dd14c68e61052a4ab2d238a417 /drivers/regulator | |
parent | f8c85fe186029b142be5e5f365089875b2d2d64c (diff) | |
parent | d95420b8602c7302cd19881cda23c61e456e2294 (diff) | |
download | linux-41f5983236006f12692c2e62ebb1fbfa1be7c6a3.tar.xz |
Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-next
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/tps65090-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/tps65090-regulator.c b/drivers/regulator/tps65090-regulator.c index 3974a992220f..41c391789c97 100644 --- a/drivers/regulator/tps65090-regulator.c +++ b/drivers/regulator/tps65090-regulator.c @@ -269,3 +269,4 @@ module_exit(tps65090_regulator_exit); MODULE_DESCRIPTION("tps65090 regulator driver"); MODULE_AUTHOR("Venu Byravarasu <vbyravarasu@nvidia.com>"); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:tps65090-pmic"); |