]> Pileus Git - ~andy/linux/commitdiff
ARM: sa11x0: assabet: allow UCB1300 to wake up Assabet
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 9 Jul 2013 09:31:20 +0000 (10:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Dec 2013 22:59:17 +0000 (22:59 +0000)
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>
arch/arm/mach-sa1100/assabet.c

index 6a15354d43b81a2d7d8d71560cdf3cd80ccfa670..fc840f62dfda65322fe088303f29df4e24240f5a 100644 (file)
@@ -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 = {