diff mbox

[04/10] ARM: shmobile: sh7372: Use shmobile_init_delay()

Message ID 20140820130236.32075.74067.sendpatchset@w520 (mailing list archive)
State Accepted
Commit 39b22e20a3086002c5abe0c569cf11a71bc17faf
Headers show

Commit Message

Magnus Damm Aug. 20, 2014, 1:02 p.m. UTC
From: Magnus Damm <damm+renesas@opensource.se>

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>
---

 arch/arm/mach-shmobile/setup-sh7372.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/setup-sh7372.c
+++ work/arch/arm/mach-shmobile/setup-sh7372.c	2014-08-20 21:01:39.000000000 +0900
@@ -984,7 +984,7 @@  void __init sh7372_add_early_devices(voi
 
 void __init sh7372_add_early_devices_dt(void)
 {
-	shmobile_setup_delay(800, 1, 3); /* Cortex-A8 @ 800MHz */
+	shmobile_init_delay();
 
 	sh7372_add_early_devices();
 }