ath79: Add WPS button to TP-Link Archer C7v5
This patch adds currently missing support for the WPS button on TP-Link Archer C7v5. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
0a13f589c3
commit
02556d6365
@ -15,6 +15,13 @@
|
|||||||
gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
|
||||||
debounce-interval = <60>;
|
debounce-interval = <60>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wps {
|
||||||
|
label = "WPS button";
|
||||||
|
linux,code = <KEY_WPS_BUTTON>;
|
||||||
|
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
||||||
|
debounce-interval = <60>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&mtdparts {
|
&mtdparts {
|
||||||
|
Loading…
Reference in New Issue
Block a user