diff options
| author | Stefan Roese <[email protected]> | 2017-03-09 14:35:28 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2017-03-29 07:44:43 +0200 |
| commit | d74238aeb671f45929086be0a91fb6583d11924a (patch) | |
| tree | 636194e4c42b3bd29c35156a359778b0de7937de | |
| parent | fbaa266230872c4ea4ab5dff8f0b0f8b80417092 (diff) | |
arm64: mvebu: armada-7040-db.dts: Change eth1 speed from 2.5G to 1G
The default configuration for the COMPHY-0 port should be 1G, as its
used as 1G SGMII connection. This change is necessary to get the
MAC2 port (SGMII) working on this DB.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Stefan Chulski <[email protected]>
Cc: Kostya Porotchkin <[email protected]>
Cc: Nadav Haklai <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
| -rw-r--r-- | arch/arm/dts/armada-7040-db.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/armada-7040-db.dts b/arch/arm/dts/armada-7040-db.dts index 776bc7831da..84e0dbdc3d7 100644 --- a/arch/arm/dts/armada-7040-db.dts +++ b/arch/arm/dts/armada-7040-db.dts @@ -159,7 +159,7 @@ &cpm_comphy { phy0 { phy-type = <PHY_TYPE_SGMII2>; - phy-speed = <PHY_SPEED_3_125G>; + phy-speed = <PHY_SPEED_1_25G>; }; phy1 { |
