diff mbox

[1/1] spi: spidev: add compatible value for TI ADC322x family

Message ID 1464604107-22961-1-git-send-email-alvaro.gamez@hazent.com (mailing list archive)
State New, archived
Headers show

Commit Message

Alvaro Gamez May 30, 2016, 10:28 a.m. UTC
Signed-off-by: Alvaro Gamez Machado <alvaro.gamez@hazent.com>
---
 drivers/spi/spidev.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index e3c19f3..d54f91e 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -695,6 +695,7 @@  static struct class *spidev_class;
 static const struct of_device_id spidev_dt_ids[] = {
 	{ .compatible = "rohm,dh2228fv" },
 	{ .compatible = "lineartechnology,ltc2488" },
+	{ .compatible = "ti,adc322x" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, spidev_dt_ids);