From 4d7ed2a8a074817a7ddda4cb222da006d30aa0bd Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Mon, 16 Jun 2014 18:54:53 +0000
Subject: [PATCH] ramips: fixes XDXRN502J reset button

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 41217
---
 target/linux/ramips/dts/XDXRN502J.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/XDXRN502J.dts b/target/linux/ramips/dts/XDXRN502J.dts
index 28670055fd..628324cfbb 100644
--- a/target/linux/ramips/dts/XDXRN502J.dts
+++ b/target/linux/ramips/dts/XDXRN502J.dts
@@ -71,7 +71,7 @@
 		poll-interval = <20>;
 		reset {
 			label = "reset";
-			gpios = <&gpio0 12 1>;
+			gpios = <&gpio0 10 1>;
 			linux,code = <0x198>;
 		};
 	};
-- 
GitLab