diff mbox

[U-Boot,v1,40/41] arm64: mvebu: armada-7040-db.dts: Change eth1 speed from 2.5G to 1G

Message ID 20170321142802.24276-41-sr@denx.de
State Accepted
Commit d74238aeb671f45929086be0a91fb6583d11924a
Delegated to: Stefan Roese
Headers show

Commit Message

Stefan Roese March 21, 2017, 2:28 p.m. UTC
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 <sr@denx.de>
Cc: Stefan Chulski <stefanc@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Nadav Haklai <nadavh@marvell.com>
---

 arch/arm/dts/armada-7040-db.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Hershberger March 21, 2017, 6:06 p.m. UTC | #1
On Tue, Mar 21, 2017 at 9:28 AM, Stefan Roese <sr@denx.de> wrote:
> 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 <sr@denx.de>
> Cc: Stefan Chulski <stefanc@marvell.com>
> Cc: Kostya Porotchkin <kostap@marvell.com>
> Cc: Nadav Haklai <nadavh@marvell.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff mbox

Patch

diff --git a/arch/arm/dts/armada-7040-db.dts b/arch/arm/dts/armada-7040-db.dts
index 776bc7831d..84e0dbdc3d 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 {