mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
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>
This commit is contained in:
parent
7dde0c0328
commit
c8857758db
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user