mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] spi: imx: enable use for i.MX8MM and i.MX8MP
@ 2021-06-24  8:15 Ahmad Fatoum
  2021-06-28 12:42 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2021-06-24  8:15 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

All i.MX8M variants so far are compatible with the eCSPI peripheral of
the i.MX51, which corresponds to the CONFIG_DRIVER_SPI_IMX_2_3 symbol.
This symbol was so far only selected for the i.MX8MQ.

Enable it for the other i.MX8M variants as well.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 323d93efeb1a..91083ee70982 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -71,7 +71,7 @@ config DRIVER_SPI_IMX_0_7
 
 config DRIVER_SPI_IMX_2_3
 	bool
-	depends on ARCH_IMX50 || ARCH_IMX51 || ARCH_IMX53 || ARCH_IMX6 || ARCH_IMX7 || ARCH_IMX8MQ
+	depends on ARCH_IMX50 || ARCH_IMX51 || ARCH_IMX53 || ARCH_IMX6 || ARCH_IMX7 || ARCH_IMX8M
 	default y
 
 config DRIVER_SPI_MXS
-- 
2.29.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2021-06-28 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24  8:15 [PATCH] spi: imx: enable use for i.MX8MM and i.MX8MP Ahmad Fatoum
2021-06-28 12: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