From patchwork Mon Nov 28 09:46:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 9449253 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3DED06071C for ; Mon, 28 Nov 2016 09:50:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3C58D26419 for ; Mon, 28 Nov 2016 09:50:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2F844266F3; Mon, 28 Nov 2016 09:50:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D182F26419 for ; Mon, 28 Nov 2016 09:50:11 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1cBIYI-0001ix-S8; Mon, 28 Nov 2016 09:48:46 +0000 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cBIX4-0000sl-4i for linux-arm-kernel@lists.infradead.org; Mon, 28 Nov 2016 09:47:34 +0000 Received: by mail-wm0-x234.google.com with SMTP id f82so148994234wmf.1 for ; Mon, 28 Nov 2016 01:47:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=XWwA2Pj5kckXZvGD0f7HbtFXZVQJ1LJ/PSaBQys9WKg=; b=u1zX3ribSEOcbgo+z3gD+cx7r7ckfHuAL76zsmiQ85s224NhCejki1MSaZ7PJpyzKi UllJZm3l9F9Eifch9UEi8FFNz018E81rkVuigYVWpAruU5NcdcgVMKA0oe9vn0vDWr6O C/wLG3xJx5Ed9AznqXhlwk1184/DR6eAKoXKJHl7nSIncdppKSkda06Xb57d2AUWr8re wlKDmZQtK4lCvj7jjX1MPa+RoHK0hs4h3SdeTWtS8guPiSSFSQaORdhdwmAbaqoS/x1X SmPQgaM8phLJ/kEfHoyzS988SnuQ/7wofZMfv0U6+8DUTQDUsXae4cDmfwdjAXe+85II bvcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=XWwA2Pj5kckXZvGD0f7HbtFXZVQJ1LJ/PSaBQys9WKg=; b=SaXXOyNMuXWcCM91t+sU1hqXDqbnrYqzsA/OT+5ApUqNkdGcuiQ56f3h909ebEYJw4 z8adpdFIXqu9PvmIWhwVzg01XpBZiJyt7BCj19kiBhwYArdM5Qa6nyXv9Zjg5aVatoxQ gLXWb3R6Sy2+qIjT9xDeMPh3Mg+YM6X8kgJvJpG2/NegBmvUeSPHtc8rzTTAiGykEs3Z bkeTxRWqFJY53L3uaiThcz0IwDmThk4QcLgveScUxbVavWp2KC6mNFiIXwp7N465gp/i 5Sd4mXtRW7BygtD5Dlzk4MK6jUaaWcEWq2zZgStdYo9YEkVNXj5WBFiCA0A57uwQFtsX Z4QA== X-Gm-Message-State: AKaTC00Bu0qwr5E9U5rJt4CyX9BFFGjasXN/J4vIemxAJVA+XTB8EohhsBuOJvkqx6ZfbKdl X-Received: by 10.28.113.76 with SMTP id m73mr17146505wmc.114.1480326428183; Mon, 28 Nov 2016 01:47:08 -0800 (PST) Received: from boomer.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id b7sm61635558wjm.39.2016.11.28.01.47.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Nov 2016 01:47:07 -0800 (PST) From: Jerome Brunet To: netdev@vger.kernel.org, devicetree@vger.kernel.org, Florian Fainelli Subject: [PATCH net-next v3 4/4] ARM64: dts: meson: odroidc2: disable advertisement EEE for GbE. Date: Mon, 28 Nov 2016 10:46:49 +0100 Message-Id: <1480326409-25419-5-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1480326409-25419-1-git-send-email-jbrunet@baylibre.com> References: <1480326409-25419-1-git-send-email-jbrunet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161128_014730_547373_CC8C03D8 X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Alexandre TORGUE , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , linux-kernel@vger.kernel.org, Andre Roth , linux-amlogic@lists.infradead.org, Carlo Caione , Giuseppe Cavallaro , linux-arm-kernel@lists.infradead.org, Jerome Brunet MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 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 = ; + }; + }; +};