Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932395AbcK1Mb5 (ORCPT ); Mon, 28 Nov 2016 07:31:57 -0500 Received: from mx2.suse.de ([195.135.220.15]:56672 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753790AbcK1Mbt (ORCPT ); Mon, 28 Nov 2016 07:31:49 -0500 Subject: Re: [PATCH net-next v3 4/4] ARM64: dts: meson: odroidc2: disable advertisement EEE for GbE. To: Jerome Brunet , netdev@vger.kernel.org, devicetree@vger.kernel.org, Carlo Caione , Kevin Hilman References: <1480326409-25419-1-git-send-email-jbrunet@baylibre.com> <1480326409-25419-5-git-send-email-jbrunet@baylibre.com> Cc: Florian Fainelli , Giuseppe Cavallaro , Alexandre TORGUE , Martin Blumenstingl , Andre Roth , Andrew Lunn , Neil Armstrong , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: =?UTF-8?Q?Andreas_F=c3=a4rber?= X-Enigmail-Draft-Status: N1110 Organization: SUSE Linux GmbH Message-ID: <9709dd57-e536-9281-6b56-5ff5f9e8035c@suse.de> Date: Mon, 28 Nov 2016 13:31:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <1480326409-25419-5-git-send-email-jbrunet@baylibre.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1860 Lines: 65 Am 28.11.2016 um 10:46 schrieb Jerome Brunet: > Signed-off-by: Jerome Brunet > --- > arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts > index e6e3491d48a5..5624714d2b16 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts > @@ -46,6 +46,7 @@ > > #include "meson-gxbb.dtsi" > #include > +#include > > / { > compatible = "hardkernel,odroid-c2", "amlogic,meson-gxbb"; > @@ -98,3 +99,18 @@ > pinctrl-0 = <&i2c_a_pins>; > pinctrl-names = "default"; > }; > + > +ðmac { > + phy-handle = <ð_phy0>; > + > + mdio { > + compatible = "snps,dwmac-mdio"; > + #address-cells = <1>; > + #size-cells = <0>; > + > + eth_phy0: ethernet-phy@0 { > + reg = <0>; > + eee-broken-modes = ; > + }; > + }; > +}; I've tested this hand-applied because it applies to neither amlogic v4.10/integ nor linux-next.git and will conflict if applied through the net-next tree. Note that there already is an ðmac node that you should be extending rather than duplicating: ðmac { status = "okay"; pinctrl-0 = <ð_rgmii_pins>; pinctrl-names = "default"; }; If you or your colleagues could please fix the sort order of the nodes to be alphabetical again (ethmac after i2c_A here; between uart_A and ir in-tree) this wouldn't happen so easily again. I therefore suggest to not apply this patch 4/4 through net-next but through the amlogic tree instead. Thanks, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany GF: Felix Imend?rffer, Jane Smithard, Graham Norton HRB 21284 (AG N?rnberg)