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

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

ARM: shmobile: sh73a0: Use shmobile_init_delay()



Adjust the sh73a0 SoC support code to use shmobile_init_delay()
together with CPU Frequency settings from the DTS. Get rid of the
C code version.

Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7dd4cfd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -746,7 +746,7 @@ void __init sh73a0_add_standard_devices(void)


void __init sh73a0_init_delay(void)
void __init sh73a0_init_delay(void)
{
{
	shmobile_setup_delay(1196, 44, 46); /* Cortex-A9 @ 1196MHz */
	shmobile_init_delay();
}
}


/* do nothing for !CONFIG_SMP or !CONFIG_HAVE_TWD */
/* do nothing for !CONFIG_SMP or !CONFIG_HAVE_TWD */