summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2024-06-07 19:28:47 +0800
committerRobert Marko <robimarko@gmail.com>2024-06-07 14:19:39 +0200
commit4edde987684cd81ec55d12f69a97233087030ac0 (patch)
tree870cc1918f777e218729647fe3999d2d9e242bfc /package
parent2ded629864de779df8ddd0224a875edf17f9fea5 (diff)
downloadopenwrt-4edde987684cd81ec55d12f69a97233087030ac0.tar.gz
openwrt-4edde987684cd81ec55d12f69a97233087030ac0.tar.bz2
openwrt-4edde987684cd81ec55d12f69a97233087030ac0.zip
mediatek: fix wps button for nokia ea0326gmp
The gpio is actually low active, fix it. Fixes: 40e7fab9e4a2 ("mediatek: add Nokia EA0326GMP support") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/15651 Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package')
-rw-r--r--package/boot/uboot-mediatek/patches/443-add-nokia_ea0326gmp.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mediatek/patches/443-add-nokia_ea0326gmp.patch b/package/boot/uboot-mediatek/patches/443-add-nokia_ea0326gmp.patch
index b5ec5454fc..0b72e1ee98 100644
--- a/package/boot/uboot-mediatek/patches/443-add-nokia_ea0326gmp.patch
+++ b/package/boot/uboot-mediatek/patches/443-add-nokia_ea0326gmp.patch
@@ -203,7 +203,7 @@
+ button-wps {
+ label = "wps";
+ linux,code = <KEY_WPS_BUTTON>;
-+ gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
++ gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
+ };
+ };
+