blob: eedb2bb28d5417e153b2d1b797cb81ece1bcaf14 [file] [log] [blame]
developerec4ebe42022-04-12 11:17:45 +08001From: Giuseppe Lippolis <giu.lippolis@gmail.com>
2Subject: Add the linux,spidev compatible in spidev Several device in ramips have this binding in the dts
3
4Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com>
5---
6 drivers/spi/spidev.c | 1 +
7 1 file changed, 1 insertion(+)
8
9--- a/drivers/spi/spidev.c
10+++ b/drivers/spi/spidev.c
11@@ -678,6 +678,7 @@ static const struct of_device_id spidev_
12 { .compatible = "lwn,bk4" },
13 { .compatible = "dh,dhcom-board" },
14 { .compatible = "menlo,m53cpld" },
15+ { .compatible = "siliconlabs,si3210" },
16 {},
17 };
18 MODULE_DEVICE_TABLE(of, spidev_dt_ids);