]> git.baikalelectronics.ru Git - kernel.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)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Nov 2020 02:36:10 +0000 (10:36 +0800)
commit8364bb50145accebbb1dd1fd145f1fc721cd9593
tree5946a52247436010d2f3f1b6a8cac4739e0213cc
parent0d5da8c1cd4ef76d5322c1f60d656a5026b1fcc9
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: b6af6177f0a7 ("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>
arch/arm/boot/dts/imx50-evk.dts