From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [PATCH 03/15] MIPS: dts: img: pistachio: Rename spim0-clk pin node label Date: Sun, 22 Jul 2018 23:19:58 +0200 Message-ID: <20180722212010.3979-4-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: In-Reply-To: <20180722212010.3979-1-afaerber@suse.de> Sender: linux-kernel-owner@vger.kernel.org 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 , Rob Herring , Mark Rutland , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org Renaming will allow consistent ordering when referenced. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/img/pistachio.dtsi b/arch/mips/boot/dts/img/pistachio.dtsi index f8d7e6f622cb..1adef5bc740d 100644 --- a/arch/mips/boot/dts/img/pistachio.dtsi +++ b/arch/mips/boot/dts/img/pistachio.dtsi @@ -406,7 +406,7 @@ function = "spim0"; drive-strength = <4>; }; - spim0_clk: spim0-clk { + pin_spim0_clk: spim0-clk { pins = "mfio8"; function = "spim0"; drive-strength = <4>; -- 2.16.4