[OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED
L. D. Pinney
ldpinney at gmail.com
Tue Jul 22 21:27:13 EDT 2014
From: L. D. Pinney <ldpinney at gmail.com>
This patch sets the USB LED to "0" (no device = no light) v2 also sets the
"name" from "lan" to "usb"
Signed-off-by: L. D. Pinney <ldpinney at gmail.com>
---
diff --git a/target/linux/ramips/dts/WR8305RT.dts
b/target/linux/ramips/dts/WR8305RT.dts
index c28e422..812c6e5 100644
--- a/target/linux/ramips/dts/WR8305RT.dts
+++ b/target/linux/ramips/dts/WR8305RT.dts
@@ -87,9 +87,9 @@
label = "wr8305rt:sys";
gpios = <&gpio1 14 1>;
};
- lan {
+ usb {
label = "wr8305rt:usb";
- gpios = <&gpio1 15 1>;
+ gpios = <&gpio1 15 0>;
};
wifi {
label = "wr8305rt:wifi";
-------------- next part --------------
diff --git a/target/linux/ramips/dts/WR8305RT.dts b/target/linux/ramips/dts/WR8305RT.dts
index c28e422..812c6e5 100644
--- a/target/linux/ramips/dts/WR8305RT.dts
+++ b/target/linux/ramips/dts/WR8305RT.dts
@@ -87,9 +87,9 @@
label = "wr8305rt:sys";
gpios = <&gpio1 14 1>;
};
- lan {
+ usb {
label = "wr8305rt:usb";
- gpios = <&gpio1 15 1>;
+ gpios = <&gpio1 15 0>;
};
wifi {
label = "wr8305rt:wifi";
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list