From: Sascha Hauer <sha@pengutronix.de> To: Ahmad Fatoum <ahmad@a3f.at> Cc: barebox@lists.infradead.org Subject: Re: [PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible Date: Mon, 24 Oct 2022 08:42:37 +0200 [thread overview] Message-ID: <20221024064237.GF6702@pengutronix.de> (raw) In-Reply-To: <20221021052240.2125785-1-ahmad@a3f.at> 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@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 |
prev parent reply other threads:[~2022-10-24 6:44 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-10-21 5:22 Ahmad Fatoum 2022-10-24 6:42 ` Sascha Hauer [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20221024064237.GF6702@pengutronix.de \ --to=sha@pengutronix.de \ --cc=ahmad@a3f.at \ --cc=barebox@lists.infradead.org \ --subject='Re: [PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox