diff mbox

[10/10] ARM: shmobile: kzm9g: Use shmobile_init_delay()

Message ID 20140820130330.32075.37853.sendpatchset@w520 (mailing list archive)
State Accepted
Commit fc35ca258c079411b64ed94e517eb04e7d89bc44
Headers show

Commit Message

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

Adjust the KZM9G board support code to use shmobile_init_delay()
together with CPU Frequency settings from the DTS.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm/mach-shmobile/board-kzm9g-reference.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/board-kzm9g-reference.c
+++ work/arch/arm/mach-shmobile/board-kzm9g-reference.c	2014-08-20 21:14:41.000000000 +0900
@@ -51,7 +51,7 @@  static const char *kzm9g_boards_compat_d
 DT_MACHINE_START(KZM9G_DT, "kzm9g-reference")
 	.smp		= smp_ops(sh73a0_smp_ops),
 	.map_io		= sh73a0_map_io,
-	.init_early	= sh73a0_init_delay,
+	.init_early	= shmobile_init_delay,
 	.init_machine	= kzm_init,
 	.init_late	= shmobile_init_late,
 	.dt_compat	= kzm9g_boards_compat_dt,