Anticipate imx8mp.dtsi device tree change suggested upstream[1] and add the new compatible to our match list.
[1]: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Ahmad Fatoum <[email protected]> --- 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
