diff options
| author | Robert Senderek | 2024-02-22 15:42:21 +0000 |
|---|---|---|
| committer | David Bauer | 2024-02-27 11:46:06 +0000 |
| commit | b30b1d3685f04afe182f10793085c3da3b6e7792 (patch) | |
| tree | 546634242d24dc56127c538e0b1eed861ff05cf3 | |
| parent | e94052bfee3cb14d22dfe678c3b2b1d8a55ea7e2 (diff) | |
| download | openwrt-b30b1d3685f04afe182f10793085c3da3b6e7792.tar.gz | |
mediatek: filogic: Cudy WR3000 v1 wps button fix
WPS button activation method is wrong . It should be active low
Signed-off-by: Robert Senderek <robert.senderek@10g.pl>
(cherry picked from commit 611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf)
| -rw-r--r-- | target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts b/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts index 56e90b1722..d2aacbfb69 100644 --- a/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts +++ b/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts @@ -34,7 +34,7 @@ wps { label = "wps"; linux,code = <KEY_WPS_BUTTON>; - gpios = <&pio 0 GPIO_ACTIVE_HIGH>; + gpios = <&pio 0 GPIO_ACTIVE_LOW>; }; }; |