regulator: axp20x: Add module alias
This allows the module to be autoloaded.
Together with 07949bf9c6
("cpufreq: dt: allow driver to boot
automatically") this is sufficient to allow a modular kernel (such
as Debian's) to enable cpufreq on a Cubietruck.
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
bc0195aad0
commit
d4ea7d8645
1 changed files with 1 additions and 0 deletions
|
@ -405,3 +405,4 @@ module_platform_driver(axp20x_regulator_driver);
|
|||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_AUTHOR("Carlo Caione <carlo@caione.org>");
|
||||
MODULE_DESCRIPTION("Regulator Driver for AXP20X PMIC");
|
||||
MODULE_ALIAS("platform:axp20x-regulator");
|
||||
|
|
Loading…
Reference in a new issue