]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spi: mxc_spi: Add imx6ul-ecspi compatible string
authorMarek Vasut <marex@denx.de>
Thu, 8 Feb 2024 23:59:50 +0000 (00:59 +0100)
committerFabio Estevam <festevam@denx.de>
Sat, 10 Feb 2024 18:15:55 +0000 (15:15 -0300)
commit05d3602737769765ff0c1e71914d521bddedfb2c
tree1e134bdc3fa4aceef13ccbfab52efa1339b10b26
parent0fa60e3c2a6dfe20da6cd4466c5cf3fb6149e26c
spi: mxc_spi: Add imx6ul-ecspi compatible string

Recent i.MX8MP DTs use new fsl,imx6ul-ecspi compatible string instead
of the fsl,imx51-ecspi compatible string. Add the new compatible string
to fix ECSPI operation on i.MX8MP.

For details, see Linux:
48d74376fb68 ("arm64: dts: imx8mp: update ecspi compatible and clk")
8eb1252bbedf ("spi: imx: remove ERR009165 workaround on i.mx6ul")

Fixes: 451799a6ceac ("arm: dts: imx8mp: Sync the DT with kernel 6.4-rc4")
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Marek Vasut <marex@denx.de>
drivers/spi/mxc_spi.c