]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am335x-tx48: fix pin types for CSPI interface
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 17 Jul 2014 09:15:34 +0000 (11:15 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 27 Aug 2014 08:32:37 +0000 (10:32 +0200)
arch/arm/boot/dts/am335x-tx48.dts

index 18f01b76f307342a3dbb7bfc5be0a662ea2545ef..b398a3e9a8f6572eb294edcbe23566fdfc3bd493 100644 (file)
                pinctrl-single,pins = <
                        0x15c (PIN_OUTPUT_PULLUP | MUX_MODE0)   /* spi0_cs0.spi0_cs0    CSPI_SS */
                        0x160 (PIN_OUTPUT_PULLUP | MUX_MODE0)   /* spi0_cs1.spi0_cs1    CSPI_SS*/
-                       0x154 (PIN_INPUT_PULLUP | MUX_MODE0)    /* spi0_d0.spi0_d0      CSPI_MOSI*/
+                       0x154 (PIN_OUTPUT | MUX_MODE0)          /* spi0_d0.spi0_d0      CSPI_MOSI*/
                        0x158 (PIN_INPUT_PULLUP | MUX_MODE0)    /* spi0_d1.spi0_d1      CSPI_MISO*/
-                       0x150 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* spi0_sclk.spi0_sclk  CSPI_SCLK */
+                       0x150 (PIN_INPUT_PULLDOWN | MUX_MODE0)  /* spi0_sclk.spi0_sclk  CSPI_SCLK */
                >;
        };