ipq806x: add missing wakeup-source for gpio keys
[openwrt/staging/zorun.git] / target / linux / ipq806x / files / arch / arm / boot / dts / qcom-ipq8064-g10.dts
index ccefc2301142bee632e55786869cc4cfaf6eb999..45efb2b46fd0eb4f6a91d63fe1c427c70e42dce6 100644 (file)
                        label = "ir-remote";
                        gpios = <&qcom_pinmux 15 GPIO_ACTIVE_LOW>;
                        linux,code = <BTN_0>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                reset {
                        label = "reset";
                        gpios = <&qcom_pinmux 16 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                wps5g {
                        label = "wps5g";
                        gpios = <&qcom_pinmux 64 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
 
                wps2g {
                        label = "wps2g";
                        gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
+                       debounce-interval = <60>;
+                       wakeup-source;
                };
        };
 };