Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a661aca4 authored by Lee Jones's avatar Lee Jones Committed by Samuel Ortiz
Browse files

mfd: Initialise the DB8500 PRCMU driver at core_initcall time



Now the AB8500 has its own IRQ domain it needs to be initialised earlier
in the boot sequence. As the AB8500 relies on the DB8500 PRCMU we need to
reflect this change for the PRCMU driver too.

Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent c94bb233
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3023,7 +3023,7 @@ static int __init db8500_prcmu_init(void)
	return platform_driver_register(&db8500_prcmu_driver);
}

arch_initcall(db8500_prcmu_init);
core_initcall(db8500_prcmu_init);

MODULE_AUTHOR("Mattias Nilsson <mattias.i.nilsson@stericsson.com>");
MODULE_DESCRIPTION("DB8500 PRCM Unit driver");