diff options
author | Robert Senderek <robert.senderek@10g.pl> | 2024-02-22 16:42:21 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-02-26 11:26:22 +0100 |
commit | 611a9894b23c5c2261d607cc0ccfd8dcd1fb2bcf (patch) | |
tree | 27087a6902194a71f145e4e17aa505cc80edc8f0 /target/linux/mediatek | |
parent | 0c18c5679ad3f68f5e02aea20da36aa2d1d759d5 (diff) |
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>
Diffstat (limited to 'target/linux/mediatek')
-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>; }; }; |