ipq806x: add missing wakeup-source for gpio keys
[openwrt/staging/zorun.git] / target / linux / ipq806x / files / arch / arm / boot / dts / qcom-ipq8064-wxr-2533dhp.dts
index d80bfa204d0320f46d0526c74afb6bb22f685817..8c4e3b71e36e6ecbcbac24732b0cb834493f314e 100644 (file)
                        label = "power";
                        gpios = <&qcom_pinmux 58 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_POWER>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                reset {
                        label = "reset";
                        gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                wps {
                        label = "wps";
                        gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                eject {
                        label = "eject";
                        gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_EJECTCD>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                guest {
                        label = "guest";
                        gpios = <&qcom_pinmux 64 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_0>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                ap {
                        gpios = <&qcom_pinmux 55 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_1>;
                        linux,input-type = <EV_SW>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                router {
                        gpios = <&qcom_pinmux 56 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_1>;
                        linux,input-type = <EV_SW>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                auto {
                        gpios = <&qcom_pinmux 57 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_1>;
                        linux,input-type = <EV_SW>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
        };
 };