mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 01:46:48 +07:00
ARM: dts: am335x-baltos: Fix PHY mode for ethernet
The PHY must add both tx and rx delay and not only on the tx clock. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
a188339ca5
commit
79499bb11d
@ -68,7 +68,7 @@ &cpsw_emac0 {
|
||||
};
|
||||
|
||||
&cpsw_emac1 {
|
||||
phy-mode = "rgmii-txid";
|
||||
phy-mode = "rgmii-id";
|
||||
dual_emac_res_vlan = <2>;
|
||||
phy-handle = <&phy1>;
|
||||
};
|
||||
|
@ -110,7 +110,7 @@ fixed-link {
|
||||
};
|
||||
|
||||
&cpsw_emac1 {
|
||||
phy-mode = "rgmii-txid";
|
||||
phy-mode = "rgmii-id";
|
||||
dual_emac_res_vlan = <2>;
|
||||
phy-handle = <&phy1>;
|
||||
};
|
||||
|
@ -128,7 +128,7 @@ fixed-link {
|
||||
};
|
||||
|
||||
&cpsw_emac1 {
|
||||
phy-mode = "rgmii-txid";
|
||||
phy-mode = "rgmii-id";
|
||||
dual_emac_res_vlan = <2>;
|
||||
phy-handle = <&phy1>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user