summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100/assabet.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-07-09 10:31:20 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-12-12 22:59:17 +0000
commitc8857758dbe18fb6cc6a5a2bed224a1846904f0e (patch)
treeb0179cc707052d502f38633aa298459cfceef4dd /arch/arm/mach-sa1100/assabet.c
parent7dde0c032869ea92206398ad5c538d01931e3947 (diff)
ARM: sa11x0: assabet: allow UCB1300 to wake up Assabet
The UCB1300 is capable of waking up the Assabet. Indicate to the driver that wakeup from the UCB1300 is supported. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/assabet.c')
-rw-r--r--arch/arm/mach-sa1100/assabet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/assabet.c b/arch/arm/mach-sa1100/assabet.c
index 6a15354d43b8..fc840f62dfda 100644
--- a/arch/arm/mach-sa1100/assabet.c
+++ b/arch/arm/mach-sa1100/assabet.c
@@ -311,6 +311,7 @@ static struct irda_platform_data assabet_irda_data = {
static struct ucb1x00_plat_data assabet_ucb1x00_data = {
.reset = assabet_ucb1x00_reset,
.gpio_base = -1,
+ .can_wakeup = 1,
};
static struct mcp_plat_data assabet_mcp_data = {