[OpenWrt-Devel] [PATCH] ramips: Fix WR8305RT USB LED
L. D. Pinney
ldpinney at gmail.com
Tue Jul 22 20:14:26 EDT 2014
From: L. D. Pinney <ldpinney at gmail.com>
This patch sets the USB LED to "0" (no device = no light)
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..3d2d815 100644
--- a/target/linux/ramips/dts/WR8305RT.dts
+++ b/target/linux/ramips/dts/WR8305RT.dts
@@ -89,7 +89,7 @@
};
lan {
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..3d2d815 100644
--- a/target/linux/ramips/dts/WR8305RT.dts
+++ b/target/linux/ramips/dts/WR8305RT.dts
@@ -89,7 +89,7 @@
};
lan {
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