aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-apf28dev.dts
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>2015-03-11 11:06:01 -0400
committerShawn Guo <shawn.guo@linaro.org>2015-03-30 04:43:49 -0400
commite9b16e9cae90e9e588f2a35df54b50439dd8fed8 (patch)
tree4c09a6e48f69383fb8743caa1236b87204578535 /arch/arm/boot/dts/imx28-apf28dev.dts
parent816bd40186bfc7daad1ac66f73933a52669b8482 (diff)
ARM: dts: imx28-apf28dev: add wakeup function to user button
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-apf28dev.dts')
-rw-r--r--arch/arm/boot/dts/imx28-apf28dev.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts
index 1e72b0de57ea..7ac4f1af16ac 100644
--- a/arch/arm/boot/dts/imx28-apf28dev.dts
+++ b/arch/arm/boot/dts/imx28-apf28dev.dts
@@ -225,6 +225,7 @@
225 label = "User button"; 225 label = "User button";
226 gpios = <&gpio0 17 GPIO_ACTIVE_LOW>; 226 gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
227 linux,code = <0x100>; 227 linux,code = <0x100>;
228 gpio-key,wakeup;
228 }; 229 };
229 }; 230 };
230}; 231};