From patchwork Wed Feb 20 14:25:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?TcOlbnMgUnVsbGfDpXJk?= X-Patchwork-Id: 10822201 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 85F886C2 for ; Wed, 20 Feb 2019 14:26:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6CF272C8C7 for ; Wed, 20 Feb 2019 14:26:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 60C9F2C976; Wed, 20 Feb 2019 14:26:13 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 1AED12C8C7 for ; Wed, 20 Feb 2019 14:26:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3tl+e0x8Y1vT7IvRknx187iu8p9MNLqgiM4zuarE08I=; b=u/zkZIqTDoakCo kv6iJwYDw75ekz9YayBzWvxwrnHb1nFtr3lHHmFnGd/wLBTPNxa5qOf8hKL7VvNqfojqc9e08z2UB dgAV1flwQ2uaykYYE4FqGhCSicF22xoqbR8795NA4Da6IF2wahme7XMoIk3ouJtqhvFKr/D++p5Nx zTwPD8VVmOVdeP7kVFPL6l75ZljejRslkdF4qrOYsUVCfrFQtTCMUjIt7jed2QvuECcjbKfpGqgT5 ssnaHcOQwKYUhcxXo4qN3kesgX0kBNgCJU2AOON2PJ1gsVspP93ncQtX+ibRDLqKNCBSi7krwIUVk g57lrc4LHlJ4Lq9b8WLw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gwSp9-00067U-Hj; Wed, 20 Feb 2019 14:26:11 +0000 Received: from unicorn.mansr.com ([2001:8b0:ca0d:8d8e::2]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gwSp6-00066G-Fe for linux-arm-kernel@lists.infradead.org; Wed, 20 Feb 2019 14:26:09 +0000 Received: by unicorn.mansr.com (Postfix, from userid 51770) id 2F11E15637; Wed, 20 Feb 2019 14:26:02 +0000 (GMT) From: Mans Rullgard To: Maxime Ripard , Chen-Yu Tsai Subject: [PATCH 2/3] ARM: dts: sun7i: add pinctrl for EMAC in PH bank Date: Wed, 20 Feb 2019 14:25:35 +0000 Message-Id: <20190220142536.21051-2-mans@mansr.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220142536.21051-1-mans@mansr.com> References: <20190220142536.21051-1-mans@mansr.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190220_062608_680466_A9B760D6 X-CRM114-Status: UNSURE ( 9.78 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 This adds pinctrl settings the EMAC using pins in the PH block. Signed-off-by: Mans Rullgard --- arch/arm/boot/dts/sun7i-a20.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 4528c91ef837..e4d927a8a984 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -787,6 +787,16 @@ function = "emac"; }; + /omit-if-no-ref/ + emac_ph_pins: emac-ph-pins { + pins = "PH8", "PH9", "PH10", "PH11", + "PH14", "PH15", "PH16", "PH17", + "PH18", "PH19", "PH20", "PH21", + "PH22", "PH23", "PH24", "PH25", + "PH26"; + function = "emac"; + }; + gmac_mii_pins: gmac-mii-pins { pins = "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6",