From: John Crispin Date: Mon, 13 Jun 2016 19:13:41 +0000 (+0200) Subject: lantiq: fix ARV452CQW button gpio setup X-Git-Tag: v17.01.0-rc1~2386 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d57990e071d818f84906e314bbf26b6225c2d70c lantiq: fix ARV452CQW button gpio setup Signed-off-by: John Crispin --- diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts index 57aa864693..2bace94b0d 100644 --- a/target/linux/lantiq/dts/ARV452CQW.dts +++ b/target/linux/lantiq/dts/ARV452CQW.dts @@ -152,19 +152,19 @@ #size-cells = <0>; poll-interval = <100>; + rfkill { + label = "rfkill"; + gpios = <&gpio 11 1>; + linux,code = <0xf7>; + }; wps { label = "wps"; - gpios = <&gpio 11 1>; + gpios = <&gpio 29 1>; linux,code = <0x101>; }; - restart { - label = "restart"; - gpios = <&gpio 12 1>; - linux,code = <0x110>; - }; reset { label = "reset"; - gpios = <&gpio 28 1>; + gpios = <&gpio 30 1>; linux,code = <0x198>; }; };