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>
This commit is contained in:
parent
0c18c5679a
commit
611a9894b2
@ -36,7 +36,7 @@
|
|||||||
wps {
|
wps {
|
||||||
label = "wps";
|
label = "wps";
|
||||||
linux,code = <KEY_WPS_BUTTON>;
|
linux,code = <KEY_WPS_BUTTON>;
|
||||||
gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
|
gpios = <&pio 0 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user