diff options
author | Andrew Lunn <andrew@lunn.ch> | 2023-04-07 17:17:20 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2023-04-07 17:28:24 +0200 |
commit | 8aea8659a5f3ae8dc63c9f632ce1f676a1483556 (patch) | |
tree | 5b3ff6fd408dacbe4d98935a75bf46c5515f17b1 /arch/arm/boot/dts/kirkwood-rd88f6281.dtsi | |
parent | Linux 6.3-rc1 (diff) | |
download | linux-8aea8659a5f3ae8dc63c9f632ce1f676a1483556.tar.xz linux-8aea8659a5f3ae8dc63c9f632ce1f676a1483556.zip |
ARM: dts: kirkwood: Add missing phy-mode and fixed links
The DSA framework has got more picky about always having a phy-mode
for the CPU port. The Kirkwood Ethernet is an RGMII port. Set the
switch to impose the RGMII delays.
Additionally, the cpu label has never actually been used in the
binding, so remove it.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-rd88f6281.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-rd88f6281.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-rd88f6281.dtsi b/arch/arm/boot/dts/kirkwood-rd88f6281.dtsi index e21aa674945d..9d62f910cddf 100644 --- a/arch/arm/boot/dts/kirkwood-rd88f6281.dtsi +++ b/arch/arm/boot/dts/kirkwood-rd88f6281.dtsi @@ -105,7 +105,7 @@ port@5 { reg = <5>; - label = "cpu"; + phy-mode = "rgmii-id"; ethernet = <ð0port>; fixed-link { speed = <1000>; |