ARM: dts: imx6qdl-sabresd: Allow buttons to wake-up the system
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 19 Jul 2013 13:40:23 +0000 (10:40 -0300)
committerShawn 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

index 75b36b2aed618e99af54e4b078290a707627b4c9..1d2dcef49edcf43fc6443501ae344960d8cfa903 100644 (file)
                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 */
                };
        };
This page took 0.042174 seconds and 5 git commands to generate.