diff options
| author | Andre Przywara <andre.przywara@arm.com> | 2022-03-15 23:20:54 +0000 |
|---|---|---|
| committer | Andre Przywara <andre.przywara@arm.com> | 2022-03-26 00:16:44 +0000 |
| commit | 85da5587629b12220c2f19ac0780ca8f4c482f16 (patch) | |
| tree | eaa6ecb25a91bf76999a7d8843e7158d6856287f /arch/arm/dts/sun7i-a20-bananapro.dts | |
| parent | e943753dc2e3cc10669f1b38ad068eaa0ba77731 (diff) | |
sunxi: dts: Update RGMII phy-mode properties
Commit f11513d99787 ("net: phy: realtek: Add tx/rx delay config for
8211e") made the Realtek PHY driver honour the phy-mode DT property,
to set up the proper delay scheme for the RX and TX lines. A similar
change in the kernel revealed that those properties were mostly wrong.
The kernel DTs got updated over the last few months, but we were missing
out on the U-Boot version.
Just sync in the phy-mode properties from the mainline kernel,
v5.17-rc7, to avoid the breaking DT sync that late in the cycle.
This fixes Ethernet operation on the affected boards.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'arch/arm/dts/sun7i-a20-bananapro.dts')
| -rw-r--r-- | arch/arm/dts/sun7i-a20-bananapro.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/sun7i-a20-bananapro.dts b/arch/arm/dts/sun7i-a20-bananapro.dts index 0176e9de018..8a75545e228 100644 --- a/arch/arm/dts/sun7i-a20-bananapro.dts +++ b/arch/arm/dts/sun7i-a20-bananapro.dts @@ -110,7 +110,7 @@ pinctrl-names = "default"; pinctrl-0 = <&gmac_rgmii_pins>; phy = <&phy1>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; phy-supply = <®_gmac_3v3>; status = "okay"; |
