diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-19 21:51:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-19 21:51:44 +0000 |
commit | e6ad8a72f84faab51a0cb5a292662aa0a401d597 (patch) | |
tree | b0fe6f24cf9e05b07fd53f7a787620ed5a150298 /target/linux/ramips | |
parent | 3263a96b1450c83b75a3fd2c14d5588cf989ca5f (diff) | |
download | upstream-e6ad8a72f84faab51a0cb5a292662aa0a401d597.tar.gz upstream-e6ad8a72f84faab51a0cb5a292662aa0a401d597.tar.bz2 upstream-e6ad8a72f84faab51a0cb5a292662aa0a401d597.zip |
ramips: fix WSR-1166 green power LED
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44898 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/WSR-1166.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts index 9892782597..8115efd13a 100644 --- a/target/linux/ramips/dts/WSR-1166.dts +++ b/target/linux/ramips/dts/WSR-1166.dts @@ -101,7 +101,7 @@ }; power { label = "buffalo:green:power"; - gpios = <&gpio0 14 1>; + gpios = <&gpio1 14 1>; }; diag { label = "buffalo:orange:diag"; |