diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2012-08-22 06:27:24 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-09-03 19:46:17 -0400 |
commit | caaca999d335872a53b3fff8fa5af2de794d16a1 (patch) | |
tree | 74fef4014f2740631333c8dc971f29ff585229d9 /arch/arm/mach-shmobile/board-mackerel.c | |
parent | 6bf9af464c4894e613567c0fb6559be67f31c88a (diff) |
ARM: shmobile: Add A4S cpuidle state on sh7372
Add a "C5" cpuidle state to the SH7372 SoC connected to the A4S power
domain in such a way that A4S may be turned off by cpuidle if all
I/O devices in that domain have been suspended (or do not have
attached drivers).
This requires some reorganization of the initialization of SH7372
power management which affects the the boards based on it, Mackerel
and AP4EVB.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Magnus Damm <damm@opensource.se>
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index d1e8fe83588c..f96e41557d65 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -1654,6 +1654,6 @@ MACHINE_START(MACKEREL, "mackerel") | |||
1654 | .init_irq = sh7372_init_irq, | 1654 | .init_irq = sh7372_init_irq, |
1655 | .handle_irq = shmobile_handle_irq_intc, | 1655 | .handle_irq = shmobile_handle_irq_intc, |
1656 | .init_machine = mackerel_init, | 1656 | .init_machine = mackerel_init, |
1657 | .init_late = shmobile_init_late, | 1657 | .init_late = sh7372_pm_init_late, |
1658 | .timer = &shmobile_timer, | 1658 | .timer = &shmobile_timer, |
1659 | MACHINE_END | 1659 | MACHINE_END |