arm64: dts: armada-3720-espressobin: Set mv88e6341 cpu port as RGMII-ID

The mv88e6341 ethernet switch needs the cpu port control register to be
set with TX and RX internal delay in order to work.

This fixes ethernet support on system booted via a bootloader that
has not already configured this register (e.g. mainline u-boot, or
vendor u-boot compiled without ethernet support).

Signed-off-by: Remi Pommarel <repk@triplefau.lt>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Remi Pommarel 2019-01-28 21:07:28 +01:00 committed by Gregory CLEMENT
parent 4f63b1c3d6
commit 99ce978759
1 changed files with 5 additions and 0 deletions

View File

@ -158,6 +158,11 @@
reg = <0>; reg = <0>;
label = "cpu"; label = "cpu";
ethernet = <&eth0>; ethernet = <&eth0>;
phy-mode = "rgmii-id";
fixed-link {
speed = <1000>;
full-duplex;
};
}; };
port@1 { port@1 {