On Fri, Oct 21, 2022 at 07:22:40AM +0200, Ahmad Fatoum wrote: > 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@xxxxxxxxxxx/ > > Signed-off-by: Ahmad Fatoum <ahmad@xxxxxx> > --- > drivers/spi/imx_spi.c | 4 ++++ > 1 file changed, 4 insertions(+) Applied, thanks Sascha > > 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 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |