All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: mxc_spi: Add imx6ul-ecspi compatible string
@ 2024-02-08 17:32 Marek Vasut
  2024-02-08 21:29 ` Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2024-02-08 17:32 UTC (permalink / raw)
  To: u-boot
  Cc: Marek Vasut, NXP i.MX U-Boot Team, Fabio Estevam, Jagan Teki,
	Stefano Babic

Recent i.MX8MP DTs use new fsl,imx6ul-ecspi compatible string instead
of the fsl,imx51-ecspi compatible string. Add the new compatible string
to fix ECSPI operation on i.MX8MP.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 drivers/spi/mxc_spi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/mxc_spi.c b/drivers/spi/mxc_spi.c
index 33360a18329..e291092c481 100644
--- a/drivers/spi/mxc_spi.c
+++ b/drivers/spi/mxc_spi.c
@@ -670,6 +670,7 @@ static const struct dm_spi_ops mxc_spi_ops = {
 
 static const struct udevice_id mxc_spi_ids[] = {
 	{ .compatible = "fsl,imx51-ecspi" },
+	{ .compatible = "fsl,imx6ul-ecspi" },
 	{ }
 };
 
-- 
2.43.0


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

* Re: [PATCH] spi: mxc_spi: Add imx6ul-ecspi compatible string
  2024-02-08 17:32 [PATCH] spi: mxc_spi: Add imx6ul-ecspi compatible string Marek Vasut
@ 2024-02-08 21:29 ` Fabio Estevam
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2024-02-08 21:29 UTC (permalink / raw)
  To: Marek Vasut; +Cc: u-boot, NXP i.MX U-Boot Team, Jagan Teki, Stefano Babic

Hi Marek,

On Thu, Feb 8, 2024 at 2:33 PM Marek Vasut <marex@denx.de> wrote:
>
> Recent i.MX8MP DTs use new fsl,imx6ul-ecspi compatible string instead

Please specify the Linux version in which this happened.

> of the fsl,imx51-ecspi compatible string. Add the new compatible string
> to fix ECSPI operation on i.MX8MP.
>
> Signed-off-by: Marek Vasut <marex@denx.de>

I assume this goes via Jagan's spi tree.

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

end of thread, other threads:[~2024-02-08 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-08 17:32 [PATCH] spi: mxc_spi: Add imx6ul-ecspi compatible string Marek Vasut
2024-02-08 21:29 ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.