mfd: early init for MFD running regulators
For MFDs running regulator cores, we really want them to be brought up early during boot. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Mike Rapoport <mike@compulab.co.il>
This commit is contained in:

committed by
Samuel Ortiz

parent
4d3792e054
commit
2021de874e
@@ -705,5 +705,5 @@ MODULE_DESCRIPTION("I2C chip driver for NXP PCF50633 PMU");
|
||||
MODULE_AUTHOR("Harald Welte <laforge@openmoko.org>");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_init(pcf50633_init);
|
||||
subsys_initcall(pcf50633_init);
|
||||
module_exit(pcf50633_exit);
|
||||
|
Reference in New Issue
Block a user