]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: dts: imx50-evk: Fix the chip select 1 IOMUX
authorFabio Estevam <festevam@gmail.com>
Thu, 5 Nov 2020 21:13:20 +0000 (18:13 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Nov 2020 12:27:21 +0000 (13:27 +0100)
commit84820e918532f9d575d532e9a5291b4fdbe9a684
tree531508bd7f14e17b68bdf5fdb82c6d0bccf7f626
parentde42130e243d67aea194a4f4d1495d221b6200b7
ARM: dts: imx50-evk: Fix the chip select 1 IOMUX

[ Upstream commit 33d0d843872c5ddbe28457a92fc6f2487315fb9f ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/imx50-evk.dts