Skip to content
Snippets Groups Projects
Commit 53996655 authored by Kurt Roeckx's avatar Kurt Roeckx Committed by Adrian Schmutzler
Browse files

ramips: mark toggle input on EX6150 as a switch


The Netgear EX6150 has an Access Point/Extender switch. Set it as
an EV_SW. Otherwise when it's set to Access Point, it will trigger
failsafe mode during boot.

Fixes: FS#3590
Signed-off-by: default avatarKurt Roeckx <kurt@roeckx.be>
parent 0fde1117
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@
label = "AP/Extender toggle";
gpios = <&gpio 48 GPIO_ACTIVE_LOW>;
linux,code = <BTN_0>;
linux,input-type = <EV_SW>;
/* Active when switch is set to "Access Point" */
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment