ARM: shmobile: r8a7778: Use shmobile_init_delay()
Adjust the r8a7778 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: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
5df622a56b
commit
6fe950ebfd
|
@ -574,7 +574,7 @@ void __init r8a7778_init_irq_extpin(int irlm)
|
||||||
|
|
||||||
void __init r8a7778_init_delay(void)
|
void __init r8a7778_init_delay(void)
|
||||||
{
|
{
|
||||||
shmobile_setup_delay(800, 1, 3); /* Cortex-A9 @ 800MHz */
|
shmobile_init_delay();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_USE_OF
|
#ifdef CONFIG_USE_OF
|
||||||
|
|
Loading…
Reference in New Issue