[FS#716] zte-q7 switch driver cannot load

LEDE Bugs lede-bugs at lists.infradead.org
Tue Apr 25 02:03:20 PDT 2017


The following task has a new comment added:

FS#716 - zte-q7 switch driver cannot load
User who did this - harrylwc (harrylwc)

----------
Problem was fixed after change dts as below 

diff --git a/target/linux/ramips/dts/ZTE-Q7.dts b/target/linux/ramips/dts/ZTE-Q7.dts
index 9ec1d89..9288061 100644
--- a/target/linux/ramips/dts/ZTE-Q7.dts
+++ b/target/linux/ramips/dts/ZTE-Q7.dts
@@ -90,7 +90,6 @@
 
 &ethernet {
        pinctrl-names = "default";
-       pinctrl-0 = ;
        mtd-mac-address = ;
        mediatek,portmap = "wllll";
 };
@@ -110,3 +109,7 @@
 &ohci {
        status = "okay";
 };
+
+&gsw {
+        mediatek,port4 = "ephy";
+};

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=716#comment2487



More information about the lede-bugs mailing list