]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: da850: move spi0_cs3_pin pinconf node
authorDavid Lechner <david@lechnology.com>
Tue, 28 Mar 2017 01:12:46 +0000 (20:12 -0500)
committerSekhar Nori <nsekhar@ti.com>
Thu, 30 Mar 2017 10:47:47 +0000 (16:17 +0530)
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>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lego-ev3.dts
arch/arm/boot/dts/da850.dtsi

index c20580a7356e858951ed7eaa271b8ed2575537b9..512604ad8b717e8141657252bad4ba864a102df7 100644 (file)
@@ -177,13 +177,6 @@ amp: regulator3 {
 &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] */
index c708155767f343901fef3f14d7c97712ea7146fc..941d455000a75dae91c351d431f827efb7b163c8 100644 (file)
@@ -153,6 +153,12 @@ spi0_cs0_pin: pinmux_spi0_cs0 {
                                        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 */