From patchwork Fri Sep 19 20:14:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 4939991 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1E0A4BEEA5 for ; Fri, 19 Sep 2014 20:18:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3CD7420212 for ; Fri, 19 Sep 2014 20:18:20 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6480620115 for ; Fri, 19 Sep 2014 20:18:19 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XV4ba-0008R8-Da; Fri, 19 Sep 2014 20:16:34 +0000 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XV4aJ-00063n-TL for linux-arm-kernel@lists.infradead.org; Fri, 19 Sep 2014 20:15:17 +0000 Received: by mail-wg0-f48.google.com with SMTP id z12so227857wgg.7 for ; Fri, 19 Sep 2014 13:14:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vfnuF3k8x4o5EVeAJgFYbK0RUjU60lWJYFaLAYOLA14=; b=IfM7UPq5+5pQlAGn696tC9dHAtS/onzuoKI4z5jg6r/cJ+EMqrYmcrN3kgV9eUBskj wc+s0HXzDisWtZcqG5kEscONemFUZPB/wALU4FbYFSN2qDh3+kutaO42vZw5mnFPFxud kpQicGfow1VcD3Xs7ErqgyVwhIdDyDVg+/KmiW2hpiQAMZBOhwocfxvt9nweDSISnnNZ CZvRx9W5NPgp3/fLDV8xgaZ30KCieLFaeSsaw+v3nJcMVOibhXzMKzMtoc/xCAle/YGr r4nsMst626JG++8sDHVEPqsoyMb58Z8d/SAt/hsQAe1Q5zi3Yatpch0uqcb5iogAFKwo JmJw== X-Received: by 10.180.73.73 with SMTP id j9mr376842wiv.77.1411157692619; Fri, 19 Sep 2014 13:14:52 -0700 (PDT) Received: from topkick.lan (f051005106.adsl.alicedsl.de. [78.51.5.106]) by mx.google.com with ESMTPSA id ek8sm1358835wib.23.2014.09.19.13.14.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 19 Sep 2014 13:14:51 -0700 (PDT) From: Sebastian Hesselbarth To: Sebastian Hesselbarth Subject: [PATCH 6/8] ARM: mvebu: armada-xp: Add RGMII pinctrl to Lenovo ix4-300d Date: Fri, 19 Sep 2014 22:14:42 +0200 Message-Id: <1411157684-6991-7-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1411157684-6991-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1411157684-6991-1-git-send-email-sebastian.hesselbarth@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140919_131516_130759_B10EC546 X-CRM114-Status: UNSURE ( 9.17 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: Thomas Petazzoni , Andrew Lunn , Jason Cooper , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Ezequiel Garcia , Gregory Clement , Benoit Masson , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Lenovo ix4-300d has two ethernet PHYs connected via RGMII. Add the corresponding pinctrl settings. Signed-off-by: Sebastian Hesselbarth --- Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: Ezequiel Garcia Cc: Thomas Petazzoni Cc: Benoit Masson Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts index 492cd8e3f424..c5ee6c00766c 100644 --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts @@ -66,12 +66,16 @@ }; ethernet@70000 { + pinctrl-0 = <&pmx_ge0_rgmii>; + pinctrl-names = "default"; status = "okay"; phy = <&phy0>; phy-mode = "rgmii-id"; }; ethernet@74000 { + pinctrl-0 = <&pmx_ge1_rgmii>; + pinctrl-names = "default"; status = "okay"; phy = <&phy1>; phy-mode = "rgmii-id";