From patchwork Fri Nov 14 13:32:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Hemp X-Patchwork-Id: 5306081 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 340A19F818 for ; Fri, 14 Nov 2014 13:36:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 75B4D20148 for ; Fri, 14 Nov 2014 13:36:08 +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 A31A8200E6 for ; Fri, 14 Nov 2014 13:36:07 +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 1XpH0p-0005h0-S5; Fri, 14 Nov 2014 13:34:07 +0000 Received: from mail.tricorecenter.de ([217.6.246.34] helo=root.phytec.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XpH0R-0005N9-3z for linux-arm-kernel@lists.infradead.org; Fri, 14 Nov 2014 13:33:44 +0000 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id 739F9A00294; Fri, 14 Nov 2014 14:33:27 +0100 (CET) Received: from augenblix.phytec.de ([172.16.0.56]) by idefix.phytec.de (Lotus Domino Release 8.5.3FP6) with ESMTP id 2014111414331457-52662 ; Fri, 14 Nov 2014 14:33:14 +0100 From: Christian Hemp To: shawn.guo@linaro.org Subject: [PATCH 1/5] ARM:dts:imx6:phyFLEX: set nodes in alphabetical order Date: Fri, 14 Nov 2014 14:32:22 +0100 Message-Id: <1415971946-48975-2-git-send-email-c.hemp@phytec.de> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415971946-48975-1-git-send-email-c.hemp@phytec.de> References: <1415971946-48975-1-git-send-email-c.hemp@phytec.de> X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 8.5.3FP6|November 21, 2013) at 14.11.2014 14:33:14, Serialize by Router on Idefix/Phytec(Release 8.5.3FP6|November 21, 2013) at 14.11.2014 14:33:14, Serialize complete at 14.11.2014 14:33:14 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141114_053343_348421_D46B27C7 X-CRM114-Status: GOOD ( 11.09 ) X-Spam-Score: 0.0 (/) Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Christian Hemp 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.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 The gmpi and fec node were not in alphabatical order. Signed-off-by: Christian Hemp --- arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 32 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index ab3b1f9..585b823 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -78,6 +78,22 @@ }; }; +&fec { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_enet>; + phy-mode = "rgmii"; + phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>; + phy-supply = <&vdd_eth_io_reg>; + status = "disabled"; +}; + +&gpmi { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_gpmi_nand>; + nand-on-flash-bbt; + status = "disabled"; +}; + &i2c1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c1>; @@ -337,22 +353,6 @@ }; }; -&fec { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_enet>; - phy-mode = "rgmii"; - phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>; - phy-supply = <&vdd_eth_io_reg>; - status = "disabled"; -}; - -&gpmi { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_gpmi_nand>; - nand-on-flash-bbt; - status = "disabled"; -}; - &uart3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart3>;