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-l-50.dts | |
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-l-50.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-l-50.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-l-50.dts b/arch/arm/boot/dts/kirkwood-l-50.dts index 60c1e94f5dd3..9fd3581bb24b 100644 --- a/arch/arm/boot/dts/kirkwood-l-50.dts +++ b/arch/arm/boot/dts/kirkwood-l-50.dts @@ -254,7 +254,6 @@ port@6 { reg = <6>; - label = "cpu"; phy-mode = "rgmii-id"; ethernet = <ð1port>; fixed-link { @@ -330,6 +329,7 @@ ethernet1-port@0 { speed = <1000>; duplex = <1>; + phy-mode = "rgmii"; }; }; |