[PATCH] spi: imx_spi: match fsl,imx6ul-ecspi compatible

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxx/

Signed-off-by: Ahmad Fatoum <ahmad@xxxxxx>
---
 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





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux