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

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

ARM: shmobile: marzen: Add shmobile_init_late()



Extend board specific Marzen DT reference machine vector to include
shmobile_init_late() so Suspend-to-RAM and CPUIdle are setup as expected.

Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent eeed09e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,5 +67,6 @@ DT_MACHINE_START(MARZEN, "marzen")
	.nr_irqs	= NR_IRQS_LEGACY,
	.init_irq	= r8a7779_init_irq_dt,
	.init_machine	= marzen_init,
	.init_late	= shmobile_init_late,
	.dt_compat	= marzen_boards_compat_dt,
MACHINE_END