aboutsummaryrefslogtreecommitdiff
path: root/src/arm/omap4-duovero-parlor.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/omap4-duovero-parlor.dts')
-rw-r--r--src/arm/omap4-duovero-parlor.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/arm/omap4-duovero-parlor.dts b/src/arm/omap4-duovero-parlor.dts
index 1a78f013f37a..06c54822ddc2 100644
--- a/src/arm/omap4-duovero-parlor.dts
+++ b/src/arm/omap4-duovero-parlor.dts
@@ -36,7 +36,7 @@
label = "button0";
linux,code = <BTN_0>;
gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; /* gpio_121 */
- gpio-key,wakeup;
+ wakeup-source;
};
};
@@ -189,3 +189,7 @@
};
};
+&uart3 {
+ interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH
+ &omap4_pmx_core OMAP4_UART3_RX>;
+};