mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ramips: ZTE-Q7: fix switch driver initialization in DTS (FS#716)
Add the changes suggested by FS#716 to fix the switch driver initialization on the ZTE Q7. Also remove the `pinctrl-names` field obsoleted by the changes. Reported-by: Harry Lau <harrylwc@gmail.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
76871a8dbb
commit
a45cde9118
@ -89,8 +89,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
ðernet {
|
ðernet {
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&ephy_pins>;
|
|
||||||
mtd-mac-address = <&factory 0x4>;
|
mtd-mac-address = <&factory 0x4>;
|
||||||
mediatek,portmap = "wllll";
|
mediatek,portmap = "wllll";
|
||||||
};
|
};
|
||||||
@ -110,3 +108,7 @@
|
|||||||
&ohci {
|
&ohci {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gsw {
|
||||||
|
mediatek,port4 = "ephy";
|
||||||
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user