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

Commit e568802d authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

ARM: shmobile: Use r8a7740 DT CPU Frequency for Armadillo DT Ref



Convert the Armadillo r8a7740 DT reference board support
to use shmobile_init_delay() to be able to migrate away
from per-SoC delay setup functions.

Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Tested-by: default avatarGeert Uytterhoeven <geert@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent a0c1fb0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ static const char *eva_boards_compat_dt[] __initdata = {

DT_MACHINE_START(ARMADILLO800EVA_DT, "armadillo800eva-reference")
	.map_io		= r8a7740_map_io,
	.init_early	= r8a7740_init_delay,
	.init_early	= shmobile_init_delay,
	.init_irq	= r8a7740_init_irq_of,
	.init_machine	= eva_init,
	.init_late	= shmobile_init_late,