diff mbox

[06/10] ARM: shmobile: r8a7778: Use shmobile_init_delay()

Message ID 20140820130254.32075.82301.sendpatchset@w520 (mailing list archive)
State Accepted
Commit 6fe950ebfd3a374c78ce66a335fce258648426a1
Headers show

Commit Message

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

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

 arch/arm/mach-shmobile/setup-r8a7778.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-r8a7778.c
+++ work/arch/arm/mach-shmobile/setup-r8a7778.c	2014-08-20 21:17:45.000000000 +0900
@@ -574,7 +574,7 @@  void __init r8a7778_init_irq_extpin(int
 
 void __init r8a7778_init_delay(void)
 {
-	shmobile_setup_delay(800, 1, 3); /* Cortex-A9 @ 800MHz */
+	shmobile_init_delay();
 }
 
 #ifdef CONFIG_USE_OF