ARM: shmobile: r7s72100: Add shmobile_init_late()
Extend r7s72100 SoC machine vector to include shmobile_init_late() so Suspend-to-RAM and CPUIdle are setup as expected. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Родитель
0592d1b5d2
Коммит
9b0fd79af3
|
@ -53,6 +53,7 @@ static const char *r7s72100_boards_compat_dt[] __initdata = {
|
||||||
|
|
||||||
DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
|
DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
|
||||||
.init_early = shmobile_init_delay,
|
.init_early = shmobile_init_delay,
|
||||||
|
.init_late = shmobile_init_late,
|
||||||
.dt_compat = r7s72100_boards_compat_dt,
|
.dt_compat = r7s72100_boards_compat_dt,
|
||||||
MACHINE_END
|
MACHINE_END
|
||||||
#endif /* CONFIG_USE_OF */
|
#endif /* CONFIG_USE_OF */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче