the fix?
This commit is contained in:
parent
d7fba5c9d1
commit
7e74b3ded9
@ -119,9 +119,8 @@
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
label = "cpu";
|
||||
ethernet = <&gmac>;
|
||||
ethernet = <&swport5>;
|
||||
phy-mode = "rgmii";
|
||||
tag-protocol = "none";
|
||||
fixed-link {
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
@ -162,6 +161,7 @@
|
||||
phy-mode = "internal";
|
||||
phy-handle = <&qca8337_phy4>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
@ -233,10 +233,13 @@
|
||||
|
||||
swport5: port@5 {
|
||||
reg = <5>;
|
||||
label = "lan3";
|
||||
phy-handle = <ðphy12>;
|
||||
phy-mode = "psgmii";
|
||||
label = "cpu";
|
||||
phy-mode = "rgmii";
|
||||
status = "okay";
|
||||
fixed-link {
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user