Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1610224 > unrolled thread

[PATCH] ARM: dts: da850: move spi0_cs3_pin pinconf node

Started byDavid Lechner <david@lechnology.com>
First post2017-03-28 03:20 +0200
Last post2017-03-30 14:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: da850: move spi0_cs3_pin pinconf node David Lechner <david@lechnology.com> - 2017-03-28 03:20 +0200
    Re: [PATCH] ARM: dts: da850: move spi0_cs3_pin pinconf node Sekhar Nori <nsekhar@ti.com> - 2017-03-30 14:00 +0200

#1610224 — [PATCH] ARM: dts: da850: move spi0_cs3_pin pinconf node

FromDavid Lechner <david@lechnology.com>
Date2017-03-28 03:20 +0200
Subject[PATCH] ARM: dts: da850: move spi0_cs3_pin pinconf node
Message-ID<tpNXI-8w9-7@gated-at.bofh.it>
This moves the spi0_cs3_pin pinconf node from the LEGO EV3 file to the
common DA850 include file. This node is applicable to any board, and
therefore belongs in the common file.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/boot/dts/da850-lego-ev3.dts | 7 -------
 arch/arm/boot/dts/da850.dtsi         | 6 ++++++
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/da850-lego-ev3.dts b/arch/arm/boot/dts/da850-lego-ev3.dts
index c20580a..512604a 100644
--- a/arch/arm/boot/dts/da850-lego-ev3.dts
+++ b/arch/arm/boot/dts/da850-lego-ev3.dts
@@ -177,13 +177,6 @@
 &pmx_core {
 	status = "okay";
 
-	spi0_cs3_pin: pinmux_spi0_cs3_pin {
-		pinctrl-single,bits = <
-			/* CS3 */
-			0xc 0x01000000 0x0f000000
-		>;
-	};
-
 	mmc0_cd_pin: pinmux_mmc0_cd {
 		pinctrl-single,bits = <
 			/* GP5[14] */
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index c708155..941d455 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -153,6 +153,12 @@
 					0x10 0x00000010 0x000000f0
 				>;
 			};
+			spi0_cs3_pin: pinmux_spi0_cs3_pin {
+				pinctrl-single,bits = <
+					/* CS3 */
+					0xc 0x01000000 0x0f000000
+				>;
+			};
 			spi1_pins: pinmux_spi1_pins {
 				pinctrl-single,bits = <
 					/* SIMO, SOMI, CLK */
-- 
2.7.4

[toc] | [next] | [standalone]


#1612994

FromSekhar Nori <nsekhar@ti.com>
Date2017-03-30 14:00 +0200
Message-ID<tqGUb-5LE-39@gated-at.bofh.it>
In reply to#1610224
On Tuesday 28 March 2017 06:42 AM, David Lechner wrote:
> This moves the spi0_cs3_pin pinconf node from the LEGO EV3 file to the
> common DA850 include file. This node is applicable to any board, and
> therefore belongs in the common file.
> 
> Signed-off-by: David Lechner <david@lechnology.com>

Applied for v4.12

Thanks,
Sekhar

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web