summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2022-10-21 07:22:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-27 11:13:29 +0200
commitd5c901e105581d4b2110c2efbd54dd5fba29aaa8 (patch)
treeb14f1148335cd04398328dfb19677f0749707b8a
parentede287e8b0e37526c2d944aac3dec957f22f300b (diff)
downloadbarebox-d5c901e105581d4b2110c2efbd54dd5fba29aaa8.tar.gz
barebox-d5c901e105581d4b2110c2efbd54dd5fba29aaa8.tar.xz
spi: imx_spi: match fsl,imx6ul-ecspi compatible
Anticipate imx8mp.dtsi device tree change suggested upstream[1] and add the new compatible to our match list. [1]: https://lore.kernel.org/all/20221020103158.2273874-2-peng.fan@oss.nxp.com/ Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20221021052240.2125785-1-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/spi/imx_spi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/spi/imx_spi.c b/drivers/spi/imx_spi.c
index ad3e79d54c..3e0ad2db00 100644
--- a/drivers/spi/imx_spi.c
+++ b/drivers/spi/imx_spi.c
@@ -662,6 +662,10 @@ static __maybe_unused struct of_device_id imx_spi_dt_ids[] = {
.compatible = "fsl,imx51-ecspi",
.data = &spi_imx_devtype_data_2_3,
},
+ {
+ .compatible = "fsl,imx6ul-ecspi",
+ .data = &spi_imx_devtype_data_2_3,
+ },
#endif
{
/* sentinel */