[PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible
Ahmad Fatoum
ahmad at a3f.at
Thu Oct 20 22:22:40 PDT 2022
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 at a3f.at>
---
drivers/spi/imx_spi.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/spi/imx_spi.c b/drivers/spi/imx_spi.c
index ad3e79d54ce5..3e0ad2db00ed 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 */
--
2.34.1
More information about the barebox
mailing list