From 6f6dc62ca25ef1e4169a6c575e80594bf72e2ec8 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 28 Jul 2014 15:26:32 +0000 Subject: ramips: fix mode switch gpio for AsiaRF AWM eval board Fix a typo: gpio 21 is already used for the WPS led. Gpio 20 is the right one (tested) for the mode switch. Confirmed that /sys/kernel/debug/gpio state followed the position of the switch. Signed-off-by: Russell Senior SVN-Revision: 41858 --- target/linux/ramips/dts/AWM003-EVB.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/AWM003-EVB.dts') diff --git a/target/linux/ramips/dts/AWM003-EVB.dts b/target/linux/ramips/dts/AWM003-EVB.dts index 4227965add..35d4886762 100644 --- a/target/linux/ramips/dts/AWM003-EVB.dts +++ b/target/linux/ramips/dts/AWM003-EVB.dts @@ -56,7 +56,7 @@ }; mode { label = "mode"; - gpios = <&gpio0 21 1>; + gpios = <&gpio0 20 1>; linux,code = <0x32>; }; }; -- cgit v1.2.3