Fixing the i.MX6 specific issue this way breaks things on CLPS711x target. Better fix for the problem is to follow this patch. This reverts commit c203958f3bbf25fc3d612497057b962e96ad1c52. Reported-by: Alexander Shiyan <shc_work@xxxxxxx> Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- drivers/mfd/syscon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index ee62da0..9589a03 100644 --- a/drivers/mfd/syscon.c +++ b/drivers/mfd/syscon.c @@ -111,7 +111,7 @@ static int __init syscon_init(void) { return platform_driver_register(&syscon_driver); } -device_initcall(syscon_init); +core_initcall(syscon_init); MODULE_AUTHOR("Dong Aisheng <dong.aisheng@xxxxxxxxxx>"); MODULE_DESCRIPTION("System Control driver"); -- 2.5.5 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox