aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/patches-4.0/001-add_mamba_support.patch')
-rw-r--r--target/linux/mvebu/patches-4.0/001-add_mamba_support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch b/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
index 305479acfb..0fc2638fad 100644
--- a/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
+++ b/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
@@ -337,13 +337,13 @@ Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
+ button@1 {
+ label = "WPS";
+ linux,code = <KEY_WPS_BUTTON>;
-+ gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
++ gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
+ };
+
+ button@2 {
+ label = "Factory Reset Button";
+ linux,code = <KEY_RESTART>;
-+ gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
++ gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
+ };
+ };
+