]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: remove max-speed = 1G for RGMII for ethernet
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Sat, 12 Apr 2025 14:22:40 +0000 (15:22 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 15 Apr 2025 02:28:34 +0000 (21:28 -0500)
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>
arch/arm64/boot/dts/qcom/sa8155p-adp.dts
arch/arm64/boot/dts/qcom/sa8540p-ride.dts

index 4dfd66076629436074126b795960ad7e58b7050f..388d5ecee949780a9487c08cc96b7ae4156e097b 100644 (file)
 
        phy-handle = <&rgmii_phy>;
        phy-mode = "rgmii";
-       max-speed = <1000>;
 
        mdio {
                compatible = "snps,dwmac-mdio";
index 11663cf81e45881d74aa58104b8e36b1189cede0..44177e9b64b52bf56eb48d2b02d9c3e4592ed086 100644 (file)
        snps,mtl-rx-config = <&ethernet0_mtl_rx_setup>;
        snps,mtl-tx-config = <&ethernet0_mtl_tx_setup>;
 
-       max-speed = <1000>;
        phy-handle = <&rgmii_phy>;
        phy-mode = "rgmii-txid";
 
        snps,mtl-rx-config = <&ethernet1_mtl_rx_setup>;
        snps,mtl-tx-config = <&ethernet1_mtl_tx_setup>;
 
-       max-speed = <1000>;
        phy-mode = "rgmii-txid";
 
        pinctrl-names = "default";