diff options
-rw-r--r-- | target/linux/ramips/dts/PBR-D1.dts | 4 |
1 files changed, 2 insertions, 2 deletions
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 = <KEY_WPS_BUTTON>; + linux,code = <KEY_RESTART>; }; }; |