mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: remove max-speed = 1G for RGMII for ethernet
The RGMII interface is designed for speeds up to 1G. Phylink already imposes the design limits for MII interfaces, and additional specification is unnecessary. Therefore, we can remove this property without any effect. Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/E1u3bkm-000Epw-QU@rmk-PC.armlinux.org.uk Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
314ffec606
commit
0d5da04d23
|
|
@ -326,7 +326,6 @@ ðernet {
|
|||
|
||||
phy-handle = <&rgmii_phy>;
|
||||
phy-mode = "rgmii";
|
||||
max-speed = <1000>;
|
||||
|
||||
mdio {
|
||||
compatible = "snps,dwmac-mdio";
|
||||
|
|
|
|||
|
|
@ -155,7 +155,6 @@ ðernet0 {
|
|||
snps,mtl-rx-config = <ðernet0_mtl_rx_setup>;
|
||||
snps,mtl-tx-config = <ðernet0_mtl_tx_setup>;
|
||||
|
||||
max-speed = <1000>;
|
||||
phy-handle = <&rgmii_phy>;
|
||||
phy-mode = "rgmii-txid";
|
||||
|
||||
|
|
@ -256,7 +255,6 @@ ðernet1 {
|
|||
snps,mtl-rx-config = <ðernet1_mtl_rx_setup>;
|
||||
snps,mtl-tx-config = <ðernet1_mtl_tx_setup>;
|
||||
|
||||
max-speed = <1000>;
|
||||
phy-mode = "rgmii-txid";
|
||||
|
||||
pinctrl-names = "default";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user