projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94f8ec
)
ARM: dts: imx6qdl-sabresd: Allow buttons to wake-up the system
author
Fabio Estevam
<fabio.estevam@freescale.com>
Fri, 19 Jul 2013 13:40:23 +0000
(10:40 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:35 +0000
(23:29 +0800)
This is useful for testing suspend/resume sequence.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
index 75b36b2aed618e99af54e4b078290a707627b4c9..1d2dcef49edcf43fc6443501ae344960d8cfa903 100644
(file)
--- a/
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
+++ b/
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
@@
-41,12
+41,14
@@
volume-up {
label = "Volume Up";
gpios = <&gpio1 4 0>;
+ gpio-key,wakeup;
linux,code = <115>; /* KEY_VOLUMEUP */
};
volume-down {
label = "Volume Down";
gpios = <&gpio1 5 0>;
+ gpio-key,wakeup;
linux,code = <114>; /* KEY_VOLUMEDOWN */
};
};