[PATCH] backlight: pwm_bl: Do not make the regulator mandatory
Fabio Estevam
festevam at gmail.com
Mon Nov 25 15:58:30 EST 2013
On Mon, Nov 25, 2013 at 6:37 PM, Fabio Estevam <festevam at gmail.com> wrote:
> At least mx28evk and mx6qsabresd have no LCD output in 3.13-rc1.
>
> Not sure what is the proper fix though.
What about this?
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -3850,4 +3850,4 @@ unlock:
return 0;
}
-late_initcall(regulator_init_complete);
+core_initcall(regulator_init_complete);
More information about the linux-arm-kernel
mailing list