mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ARM: shmobile: sh7372: Use shmobile_init_delay()
Adjust the sh7372 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
869f92aed2
commit
39b22e20a3
@ -984,7 +984,7 @@ void __init sh7372_add_early_devices(void)
|
|||||||
|
|
||||||
void __init sh7372_add_early_devices_dt(void)
|
void __init sh7372_add_early_devices_dt(void)
|
||||||
{
|
{
|
||||||
shmobile_setup_delay(800, 1, 3); /* Cortex-A8 @ 800MHz */
|
shmobile_init_delay();
|
||||||
|
|
||||||
sh7372_add_early_devices();
|
sh7372_add_early_devices();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user