Skip to content
Snippets Groups Projects
Commit 23b58f8a authored by BangLang Huang's avatar BangLang Huang Committed by Mathias Kresin
Browse files

ramips: fix PBR-D1 button definition


Due to the product specification, the button on PBR-D1 should be
reset, not wps.

Signed-off-by: default avatarBangLang Huang <banglang.huang@foxmail.com>
parent 2e020e2c
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,10 @@
#size-cells = <0>;
poll-interval = <20>;
wps {
reset {
label = "reset";
gpios = <&gpio1 38 1>;
linux,code = <KEY_WPS_BUTTON>;
linux,code = <KEY_RESTART>;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment