All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] spi: spidev: add compatible value for TI ADC322x family
@ 2016-05-30 10:28 Alvaro G. M
  0 siblings, 0 replies; only message in thread
From: Alvaro G. M @ 2016-05-30 10:28 UTC (permalink / raw)
  To: linux-spi-u79uwXL29TY76Z2rM5mHXA; +Cc: Alvaro G. M

Signed-off-by: Alvaro Gamez Machado <alvaro.gamez-DeCVIOs67l7QT0dZR+AlfA@public.gmane.org>
---
 drivers/spi/spidev.c | 1 +
 1 file changed, 1 insertion(+)

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

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-30 10:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-30 10:28 [PATCH 1/1] spi: spidev: add compatible value for TI ADC322x family Alvaro G. M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.