diff mbox

[v2] ARM: shmobile: Use shmobile_init_late() on r8a7790 DT-only

Message ID 20140606061347.13388.53582.sendpatchset@w520 (mailing list archive)
State Accepted
Commit 7d95b9ddfb933f94354fa2ff9b1bfccdd6c54653
Headers show

Commit Message

Magnus Damm June 6, 2014, 6:13 a.m. UTC
From: Magnus Damm <damm+renesas@opensource.se>

Tie in shmobile_init_late for the DT-only r8a7790 SoC
Multiplatform support code. This will make sure that
Suspend-to-RAM, CPUIdle and CPUFreq get initialized.

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

 Changes since V1:
 - Broke out patch from larger series

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

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

Comments

Simon Horman June 6, 2014, 8:41 a.m. UTC | #1
On Fri, Jun 06, 2014 at 03:13:47PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
> 
> Tie in shmobile_init_late for the DT-only r8a7790 SoC
> Multiplatform support code. This will make sure that
> Suspend-to-RAM, CPUIdle and CPUFreq get initialized.
> 
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>

Thanks, I have queued this up.

> ---
> 
>  Changes since V1:
>  - Broke out patch from larger series
> 
>  arch/arm/mach-shmobile/setup-r8a7790.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- 0001/arch/arm/mach-shmobile/setup-r8a7790.c
> +++ work/arch/arm/mach-shmobile/setup-r8a7790.c	2014-06-06 14:39:09.000000000 +0900
> @@ -318,6 +318,7 @@ DT_MACHINE_START(R8A7790_DT, "Generic R8
>  	.smp		= smp_ops(r8a7790_smp_ops),
>  	.init_early	= shmobile_init_delay,
>  	.init_time	= rcar_gen2_timer_init,
> +	.init_late	= shmobile_init_late,
>  	.dt_compat	= r8a7790_boards_compat_dt,
>  MACHINE_END
>  #endif /* CONFIG_USE_OF */
> --
> 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
> 
--
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-r8a7790.c
+++ work/arch/arm/mach-shmobile/setup-r8a7790.c	2014-06-06 14:39:09.000000000 +0900
@@ -318,6 +318,7 @@  DT_MACHINE_START(R8A7790_DT, "Generic R8
 	.smp		= smp_ops(r8a7790_smp_ops),
 	.init_early	= shmobile_init_delay,
 	.init_time	= rcar_gen2_timer_init,
+	.init_late	= shmobile_init_late,
 	.dt_compat	= r8a7790_boards_compat_dt,
 MACHINE_END
 #endif /* CONFIG_USE_OF */