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 | dac483acb47851117f9c64beac0194a7ff1b216f (patch) | |
tree | 819df9a71d61ded611290befaf73c8d8ca22ac72 /target/linux/ramips | |
parent | 9314180c349189c44585fc86058adce9bf36a5ee (diff) | |
download | upstream-dac483acb47851117f9c64beac0194a7ff1b216f.tar.gz upstream-dac483acb47851117f9c64beac0194a7ff1b216f.tar.bz2 upstream-dac483acb47851117f9c64beac0194a7ff1b216f.zip |
ramips: fix WSR-1166 green power LED
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44898
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"; |