From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 22 Jul 2018 23:20:36 +0200 (CEST) Received: from mx2.suse.de ([195.135.220.15]:34142 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S23993889AbeGVVUYXyxyS (ORCPT ); Sun, 22 Jul 2018 23:20:24 +0200 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 93A2DADDF; Sun, 22 Jul 2018 21:20:18 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: linux-mips@linux-mips.org Cc: Ralf Baechle , Paul Burton , James Hogan , linux-kernel@vger.kernel.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , James Hartley , Rahul Bedarkar , Rob Herring , Mark Rutland , devicetree@vger.kernel.org Subject: [PATCH 01/15] MIPS: dts: img: pistachio_marduk: Reorder nodes Date: Sun, 22 Jul 2018 23:19:56 +0200 Message-Id: <20180722212010.3979-2-afaerber@suse.de> X-Mailer: git-send-email 2.16.4 In-Reply-To: <20180722212010.3979-1-afaerber@suse.de> References: <20180722212010.3979-1-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 65033 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: afaerber@suse.de Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Consistently order nodes referenced by label alphabetically. No functional changes. This prepares for adding nodes. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio_marduk.dts | 76 ++++++++++++++--------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/arch/mips/boot/dts/img/pistachio_marduk.dts b/arch/mips/boot/dts/img/pistachio_marduk.dts index cf9cebd52294..f03f4114e645 100644 --- a/arch/mips/boot/dts/img/pistachio_marduk.dts +++ b/arch/mips/boot/dts/img/pistachio_marduk.dts @@ -74,40 +74,34 @@ }; }; -&internal_dac { - VDD-supply = <&internal_dac_supply>; -}; - -&spfi1 { +&adc { status = "okay"; - - pinctrl-0 = <&spim1_pins>, <&spim1_quad_pins>, <&spim1_cs0_pin>, - <&spim1_cs1_pin>; - pinctrl-names = "default"; - cs-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>, <&gpio0 1 GPIO_ACTIVE_HIGH>; - - flash@0 { - compatible = "spansion,s25fl016k", "jedec,spi-nor"; - reg = <0>; - spi-max-frequency = <50000000>; - }; + vref-supply = <®_1v8>; + adc-reserved-channels = <0x10>; }; -&uart0 { +&enet { status = "okay"; - assigned-clock-rates = <114278400>, <1843200>; }; -&uart1 { +&i2c2 { status = "okay"; + clock-frequency = <400000>; + + tpm@20 { + compatible = "infineon,slb9645tt"; + reg = <0x20>; + }; + }; -&usb { +&i2c3 { status = "okay"; + clock-frequency = <400000>; }; -&enet { - status = "okay"; +&internal_dac { + VDD-supply = <&internal_dac_supply>; }; &pin_enet { @@ -118,12 +112,6 @@ drive-strength = <2>; }; -&sdhost { - status = "okay"; - bus-width = <4>; - disable-wp; -}; - &pin_sdhost_cmd { drive-strength = <2>; }; @@ -140,24 +128,36 @@ pinctrl-names = "default"; }; -&adc { +&sdhost { status = "okay"; - vref-supply = <®_1v8>; - adc-reserved-channels = <0x10>; + bus-width = <4>; + disable-wp; }; -&i2c2 { +&spfi1 { status = "okay"; - clock-frequency = <400000>; - tpm@20 { - compatible = "infineon,slb9645tt"; - reg = <0x20>; + pinctrl-0 = <&spim1_pins>, <&spim1_quad_pins>, <&spim1_cs0_pin>, + <&spim1_cs1_pin>; + pinctrl-names = "default"; + cs-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>, <&gpio0 1 GPIO_ACTIVE_HIGH>; + + flash@0 { + compatible = "spansion,s25fl016k", "jedec,spi-nor"; + reg = <0>; + spi-max-frequency = <50000000>; }; +}; +&uart0 { + status = "okay"; + assigned-clock-rates = <114278400>, <1843200>; }; -&i2c3 { +&uart1 { + status = "okay"; +}; + +&usb { status = "okay"; - clock-frequency = <400000>; }; -- 2.16.4