mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible
@ 2022-10-21  5:22 Ahmad Fatoum
  2022-10-24  6:42 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-10-21  5:22 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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(+)

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible
  2022-10-21  5:22 [PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible Ahmad Fatoum
@ 2022-10-24  6:42 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2022-10-24  6:42 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox

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 |



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-24  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21  5:22 [PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible Ahmad Fatoum
2022-10-24  6:42 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox