Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] iio: dac: ad5446: Add ID of compatible Texas Instruments i2c dac121c*
@ 2023-05-07  9:10 Philippe De Muyter
  2023-05-07 13:46 ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Philippe De Muyter @ 2023-05-07  9:10 UTC (permalink / raw)
  To: linux-iio
  Cc: Philippe De Muyter, Lars-Peter Clausen, Michael Hennerich,
	Jonathan Cameron

From: Philippe De Muyter <phdm@macqel.be>

The Texas Instruments DAC121C* chips are the I2C counterparts of
the DAC121S* SPI chips which are already supported by this ad5446 driver.

Add them to the compatible list.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Michael Hennerich <Michael.Hennerich@analog.com>
Cc: Jonathan Cameron <jic23@kernel.org>
---
 drivers/iio/dac/ad5446.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iio/dac/ad5446.c b/drivers/iio/dac/ad5446.c
index aa3130b33456..b95c0ccbb796 100644
--- a/drivers/iio/dac/ad5446.c
+++ b/drivers/iio/dac/ad5446.c
@@ -587,6 +587,7 @@ static const struct i2c_device_id ad5446_i2c_ids[] = {
 	{"ad5602", ID_AD5602},
 	{"ad5612", ID_AD5612},
 	{"ad5622", ID_AD5622},
+	{"dac121", ID_AD5622}, /* 'ti,' is dropped by 'of_modalias_node' */
 	{}
 };
 MODULE_DEVICE_TABLE(i2c, ad5446_i2c_ids);
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-13 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07  9:10 [PATCH] iio: dac: ad5446: Add ID of compatible Texas Instruments i2c dac121c* Philippe De Muyter
2023-05-07 13:46 ` Jonathan Cameron
2023-05-08  8:37   ` Philippe De Muyter
2023-05-08 13:03     ` Philippe De Muyter
2023-05-13 18:00       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox