[PATCH 3/3 v5] spi: spidev: add MikcroBus socket to device tree compatibility list

Changming Huang jerry.huang at nxp.com
Mon Apr 25 19:24:13 PDT 2022


Signed-off-by: Changming Huang <jerry.huang at nxp.com>
---
changes in v5:
  - add compatible to spidev

 drivers/spi/spidev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index 53a551714265..f9ecedd1dc23 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -703,6 +703,7 @@ static const struct of_device_id spidev_dt_ids[] = {
 	{ .compatible = "menlo,m53cpld" },
 	{ .compatible = "cisco,spi-petra" },
 	{ .compatible = "micron,spi-authenta" },
+	{ .compatible = "mikcroe,mikcroe-socket" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, spidev_dt_ids);
-- 
2.25.1




More information about the linux-arm-kernel mailing list