diff options
author | John Crispin <john@openwrt.org> | 2014-06-16 18:54:53 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-16 18:54:53 +0000 |
commit | 4d7ed2a8a074817a7ddda4cb222da006d30aa0bd (patch) | |
tree | b67b694239267f691c43d8bd75ff1b9beac3e208 /target/linux/ramips/dts/XDXRN502J.dts | |
parent | 2fe435081d3f2c0083c3da3ce7c0fd8c22006a77 (diff) | |
download | upstream-4d7ed2a8a074817a7ddda4cb222da006d30aa0bd.tar.gz upstream-4d7ed2a8a074817a7ddda4cb222da006d30aa0bd.tar.bz2 upstream-4d7ed2a8a074817a7ddda4cb222da006d30aa0bd.zip |
ramips: fixes XDXRN502J reset button
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41217
Diffstat (limited to 'target/linux/ramips/dts/XDXRN502J.dts')
-rw-r--r-- | target/linux/ramips/dts/XDXRN502J.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; }; |