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

Commit 9b04f8b9 authored by Per Forlin's avatar Per Forlin Committed by Linus Walleij
Browse files

ux500: Call prmcu_init only for u8500



PRCMU driver only supports u8500. Don't
initialize prcmu if running on u5500.

Signed-off-by: default avatarPer Forlin <per.forlin@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
parent 592b2f25
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ void __init ux500_init_irq(void)
	 * Init clocks here so that they are available for system timer
	 * initialization.
	 */
	if (cpu_is_u8500())
		prcmu_early_init();
	clk_init();
}