[PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible
Sascha Hauer
sha at pengutronix.de
Sun Oct 23 23:42:37 PDT 2022
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@oss.nxp.com/
>
> Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
> ---
> 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 |
More information about the barebox
mailing list