diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-16 18:54:53 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-16 18:54:53 +0000 |
commit | 5bbd82ea7c5682095f7ccf97c8ea28f3b44a23b7 (patch) | |
tree | b59c96063c38baeb87e34cd6c18f9f65d3dda1c2 /target | |
parent | c138d727199b2e655a864f5e48b1b1d37a787bd2 (diff) | |
download | upstream-5bbd82ea7c5682095f7ccf97c8ea28f3b44a23b7.tar.gz upstream-5bbd82ea7c5682095f7ccf97c8ea28f3b44a23b7.tar.bz2 upstream-5bbd82ea7c5682095f7ccf97c8ea28f3b44a23b7.zip |
ramips: fixes XDXRN502J reset button
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41217 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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>; }; }; |