This patch correctly fixes USB on Lantiq ARV7518.
There was a failed attempt on fixing this on r35077 
(https://dev.openwrt.org/changeset/35077/).

Signed-off-by: José Vázquez Fernández <ppvazquez...@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <nolt...@gmail.com>
---
diff --git a/target/linux/lantiq/image/ARV7518PW.dts 
b/target/linux/lantiq/image/ARV7518PW.dts
index 532b00a..d9ffd64 100644
--- a/target/linux/lantiq/image/ARV7518PW.dts
+++ b/target/linux/lantiq/image/ARV7518PW.dts
@@ -112,7 +112,7 @@
 
                ifxhcd@E101000 {
                        status = "okay";
-                       gpio-reset = <&gpio 14 1>;
+                       gpios = <&gpio 14 0>;
                };
 
                pci@E105400 {
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to