From: BangLang Huang Date: Fri, 2 Dec 2016 01:13:46 +0000 (+0800) Subject: ramips: fix PBR-D1 button definition X-Git-Tag: v17.01.0-rc1~636 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=23b58f8acb412af2b4c5d5e53500a77f6a31824a;p=oweals%2Fopenwrt.git ramips: fix PBR-D1 button definition Due to the product specification, the button on PBR-D1 should be reset, not wps. Signed-off-by: BangLang Huang --- diff --git a/target/linux/ramips/dts/PBR-D1.dts b/target/linux/ramips/dts/PBR-D1.dts index da32c8dff9..3d4e987c48 100644 --- 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 = ; + linux,code = ; }; };