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

From: Changming Huang
Date: Mon Apr 25 2022 - 22:24:43 EST


Signed-off-by: Changming Huang <jerry.huang@xxxxxxx>
---
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