Message ID | 1323434541-27689-2-git-send-email-festevam@gmail.com |
---|---|
State | New |
Headers | show |
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c index ba232d7..ee57521 100644 --- a/arch/arm/mach-imx/mach-mx27_3ds.c +++ b/arch/arm/mach-imx/mach-mx27_3ds.c @@ -144,7 +144,7 @@ static const int mx27pdk_pins[] __initconst = { }; static const struct imxuart_platform_data uart_pdata __initconst = { - .flags = IMXUART_HAVE_RTSCTS, + .flags = IMXUART_HAVE_RTSCTS | IMXUART_CANWAKE, }; /*
Allow UART to be a source for wakeup. Tested by doing: echo mem > /sys/power/state and then pressing a key in the console will wakeup the sytem. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> --- arch/arm/mach-imx/mach-mx27_3ds.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)