Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx50-evk: Fix the chip select 1 IOMUX

The SPI chip selects are represented as:

cs-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>, <&gpio4 13 GPIO_ACTIVE_LOW>;

, which means that they are used in GPIO function instead of native
SPI mode.

Fix the IOMUX for the chip select 1 to use GPIO4_13 instead of
the native CSPI_SSI function.

Fixes: c605cbf5e135 ("ARM: dts: imx: add device tree support for Freescale imx50evk board")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fabio Estevam and committed by
Shawn Guo
33d0d843 d19d2152

+1 -1
+1 -1
arch/arm/boot/dts/imx50-evk.dts
··· 59 59 MX50_PAD_CSPI_MISO__CSPI_MISO 0x00 60 60 MX50_PAD_CSPI_MOSI__CSPI_MOSI 0x00 61 61 MX50_PAD_CSPI_SS0__GPIO4_11 0xc4 62 - MX50_PAD_ECSPI1_MOSI__CSPI_SS1 0xf4 62 + MX50_PAD_ECSPI1_MOSI__GPIO4_13 0x84 63 63 >; 64 64 }; 65 65