ARM: mach-shmobile: sh7372 A3SP no_suspend_console fix
authorMagnus Damm <damm@opensource.se>
Wed, 9 Nov 2011 23:44:01 +0000 (00:44 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 9 Nov 2011 23:44:01 +0000 (00:44 +0100)
commit056879d2f244001b2888cdc8cf868c33ca8b23a0
tree4a51bc4eddd13bb5797e02e94eb5d15e74903d4b
parentbe2658ffe1d2a4ab4e045b22a317459595abc2c4
ARM: mach-shmobile: sh7372 A3SP no_suspend_console fix

If "no_suspend_irq" is used on the sh7372 Mackerel board
with v3.2-rc1 then Suspend-to-RAM fails because the serial
console tries to write to the SCIF driver even though the
power domain is turned off.

This patch checks the state of "console_suspend_enabled"
to see if A3SP should be forced enabled.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/pm-sh7372.c