From patchwork Sun Jan 22 18:10:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Blumenstingl X-Patchwork-Id: 9531249 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 513FC60431 for ; Sun, 22 Jan 2017 18:12:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4318027FA6 for ; Sun, 22 Jan 2017 18:12:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 37FBE27FB1; Sun, 22 Jan 2017 18:12:40 +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=-1.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DBB4B27FA6 for ; Sun, 22 Jan 2017 18:12:39 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cVMd1-00080d-C6; Sun, 22 Jan 2017 18:12:35 +0000 Received: from mail-wm0-f68.google.com ([74.125.82.68]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cVMcQ-0007KA-Da; Sun, 22 Jan 2017 18:12:00 +0000 Received: by mail-wm0-f68.google.com with SMTP id r144so20734458wme.0; Sun, 22 Jan 2017 10:11:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4gvg/K8mUiWNRKszZWWylZFXyC3wWnFE9qRIyOXGJwc=; b=IYDm3pDICRja8zgH0bPucVjFYE2lxJmfg0hVjnkvgYl72uCWDw/j4ybCkUB/qz4kD5 jIAmVbTM+Wd52Uql75LdgzYOAEGf08Xm453Qz4LniXf7b+JSF1F1ZYEp/dpR3CkG1Dh8 aK0jW1qOsPsUg5UiuwO40ZP5fEhSJPn7MD4ExFFQfR7yMEARDJsW1Vve7qMDvbCpzZ7E e5SQL68ZpskUUFM3ZeVxbxPNvYpTqyiPDSPclWPZ6UHaOYWsXG9TFvCh0Is79oUECAvO SsJ152yRKw36uU39gw+KIdjcx1ZsVMoywsDn+o75ZCTUKbNfdVUXUk9L1WKIpzeyNJpH /v1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=4gvg/K8mUiWNRKszZWWylZFXyC3wWnFE9qRIyOXGJwc=; b=kK3RXORkmzYsCer0kZ7rEuRVjv1WrvD3q1B9x0BrVfI9swa5CK7ZvuZe9XYVYhbPSc k2AD2Nesb/PTj7w4AhNMBjyMTBwOA4KlROZhds1xQQ4HGRaGW7qXx1/lIK1sGFvGodZQ 2tjDBNndSW74U3PP//wXBbpNol6IopqgD5RcUsJgwniZSUg1EBsQ1YV6UbugOajZrCHN /XW7QgWOydswe3ftyCr+aSirgbcEwKJWV2GJxPa1W6HkEU1WULCIhCoNgVcAPD1Cl3SD zYqKs95P0jOLhMajN1JG02HDpArR1Mv0iI3SwhL1tQHrkN+UrobGdZqtTU3tOQ+u8yOV dBpw== X-Gm-Message-State: AIkVDXIqzfNQ6ONrxRDoDuVxDSr2pLOaxIXqUMG/37Zh4145FihmD0E5DDL+1Q4U/E/RVg== X-Received: by 10.223.135.244 with SMTP id c49mr19645840wrc.135.1485108638326; Sun, 22 Jan 2017 10:10:38 -0800 (PST) Received: from blackbox.darklights.net (p200300DCD3E0200408A0F52CBA7B1138.dip0.t-ipconnect.de. [2003:dc:d3e0:2004:8a0:f52c:ba7b:1138]) by smtp.googlemail.com with ESMTPSA id r5sm16858823wme.23.2017.01.22.10.10.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Jan 2017 10:10:37 -0800 (PST) From: Martin Blumenstingl To: linux-amlogic@lists.infradead.org, khilman@baylibre.com, carlo@caione.org Subject: [PATCH v4 4/9] ARM64: dts: meson-gxbb-nexbox-a95x: add the ethernet PHY's reset GPIO Date: Sun, 22 Jan 2017 19:10:23 +0100 Message-Id: <20170122181028.5014-5-martin.blumenstingl@googlemail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170122181028.5014-1-martin.blumenstingl@googlemail.com> References: <20170120152232.13943-1-martin.blumenstingl@googlemail.com> <20170122181028.5014-1-martin.blumenstingl@googlemail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170122_101158_641724_7286B4B6 X-CRM114-Status: UNSURE ( 7.25 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, narmstrong@baylibre.com, Martin Blumenstingl , catalin.marinas@arm.com, will.deacon@arm.com, robh+dt@kernel.org, andrew@lunn.ch, linux-arm-kernel@lists.infradead.org, jbrunet@baylibre.com MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This resets the ethernet PHY during boot to get the PHY into a "clean" state. While here also specify the phy-handle of the ethmac node to make the PHY configuration similar to the one we have on GXL devices. This will allow us to specify OF-properties for the PHY itself. Signed-off-by: Martin Blumenstingl Tested-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts index e642bfd5eec5..cdd2f3107432 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts @@ -164,7 +164,23 @@ status = "okay"; pinctrl-0 = <ð_rmii_pins>; pinctrl-names = "default"; + phy-handle = <ð_phy0>; phy-mode = "rmii"; + + snps,reset-gpio = <&gpio GPIOZ_14 0>; + snps,reset-delays-us = <0 10000 1000000>; + snps,reset-active-low; + + mdio { + compatible = "snps,dwmac-mdio"; + #address-cells = <1>; + #size-cells = <0>; + + eth_phy0: ethernet-phy@0 { + /* IC Plus IP101GR (0x02430c54) */ + reg = <0>; + }; + }; }; &ir {