Skip to content

Commit

Permalink
ARM: sa11x0: assabet: allow UCB1300 to wake up Assabet
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King committed Dec 12, 2013
1 parent 7dde0c0 commit c885775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-sa1100/assabet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c885775

Please sign in to comment.