projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e020e2
)
ramips: fix PBR-D1 button definition
author
BangLang Huang
<banglang.huang@foxmail.com>
Fri, 2 Dec 2016 01:13:46 +0000
(09:13 +0800)
committer
Mathias Kresin
<dev@kresin.me>
Sun, 4 Dec 2016 06:03:17 +0000
(07:03 +0100)
Due to the product specification, the button on PBR-D1 should be
reset, not wps.
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
target/linux/ramips/dts/PBR-D1.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/PBR-D1.dts
b/target/linux/ramips/dts/PBR-D1.dts
index da32c8dff92a36d628939400351552a29a3a1027..3d4e987c4852596d54117a3878a1afd38bd5d674 100644
(file)
--- a/
target/linux/ramips/dts/PBR-D1.dts
+++ b/
target/linux/ramips/dts/PBR-D1.dts
@@
-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
>;
};
};