diff mbox series

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

Message ID 20220426022413.885092-3-jerry.huang@nxp.com
State New
Headers show
Series [1/3,v5] dt-bindings: dspi: added for MikcroBus socket | expand

Commit Message

Changming Huang April 26, 2022, 2:24 a.m. UTC
Signed-off-by: Changming Huang <jerry.huang@nxp.com>
---
changes in v5:
  - add compatible to spidev

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

Patch

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);