diff options
| author | Robert Senderek | 2024-02-22 15:42:21 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-02-26 10:26:22 +0000 |
| commit | 611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf (patch) | |
| tree | 27087a6902194a71f145e4e17aa505cc80edc8f0 | |
| parent | 0c18c5679ad3f68f5e02aea20da36aa2d1d759d5 (diff) | |
| download | openwrt-611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf.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>
| -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 10b56a3aa7..1ded8b5a68 100644 --- a/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts +++ b/target/linux/mediatek/dts/mt7981b-cudy-wr3000-v1.dts @@ -36,7 +36,7 @@ wps { label = "wps"; linux,code = <KEY_WPS_BUTTON>; - gpios = <&pio 0 GPIO_ACTIVE_HIGH>; + gpios = <&pio 0 GPIO_ACTIVE_LOW>; }; }; |