Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760378AbcLAQFc (ORCPT ); Thu, 1 Dec 2016 11:05:32 -0500 Received: from mail-io0-f175.google.com ([209.85.223.175]:35765 "EHLO mail-io0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760202AbcLAQFa (ORCPT ); Thu, 1 Dec 2016 11:05:30 -0500 MIME-Version: 1.0 In-Reply-To: References: From: Marcin Wojtas Date: Thu, 1 Dec 2016 17:05:28 +0100 Message-ID: Subject: Re: [PATCH v5 net-next 7/7] ARM64: dts: marvell: Add network support for Armada 3700 To: Gregory CLEMENT Cc: "David S. Miller" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jisheng Zhang , Arnd Bergmann , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , "linux-arm-kernel@lists.infradead.org" , Nadav Haklai , Dmitri Epshtein , Yelena Krivosheev Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 45 Hi Gregory, 2016-11-30 22:42 GMT+01:00 Gregory CLEMENT : > Add neta nodes for network support both in device tree for the SoC and > the board. > > Signed-off-by: Gregory CLEMENT > --- > arch/arm64/boot/dts/marvell/armada-3720-db.dts | 23 +++++++++++++++++++- > arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 23 +++++++++++++++++++- > 2 files changed, 46 insertions(+), 0 deletions(-) > > diff --git a/arch/arm64/boot/dts/marvell/armada-3720-db.dts b/arch/arm64/boot/dts/marvell/armada-3720-db.dts > index 1372e9a6aaa4..c8b82e4145de 100644 > --- a/arch/arm64/boot/dts/marvell/armada-3720-db.dts > +++ b/arch/arm64/boot/dts/marvell/armada-3720-db.dts > @@ -81,3 +81,26 @@ > &pcie0 { > status = "okay"; > }; > + > +&mdio { > + status = "okay"; > + phy0: ethernet-phy@0 { > + reg = <0>; > + }; > + > + phy1: ethernet-phy@1 { > + reg = <1>; > + }; > +}; > + > +ð0 { > + phy-mode = "rgmii-id"; > + phy = <&phy0>; > + status = "okay"; > +}; > + > +ð1 { > + phy-mode = "rgmii-id"; Should be "sgmii". Best regards, Marcin