[PATCH] iio: dac: ad5686: update of_match_table
From: Alexander A. Klimov
Date: Wed May 20 2026 - 14:15:27 EST
When AD5673R/AD5677R support was added, of_match_table wasn't updated,
so these two devices couldn't be probed based on device tree contents
until now. I fixed this.
Fixes: 477bd010c20e ("iio: dac: ad5686: Add support for AD5673R/AD5677R")
Signed-off-by: Alexander A. Klimov <grandmaster@xxxxxxxxxxxx>
---
drivers/iio/dac/ad5696-i2c.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/iio/dac/ad5696-i2c.c b/drivers/iio/dac/ad5696-i2c.c
index d3327bca0e07..fb118a02f76e 100644
--- a/drivers/iio/dac/ad5696-i2c.c
+++ b/drivers/iio/dac/ad5696-i2c.c
@@ -91,7 +91,9 @@ static const struct of_device_id ad5686_of_match[] = {
{ .compatible = "adi,ad5337r" },
{ .compatible = "adi,ad5338r" },
{ .compatible = "adi,ad5671r" },
+ { .compatible = "adi,ad5673r" },
{ .compatible = "adi,ad5675r" },
+ { .compatible = "adi,ad5677r" },
{ .compatible = "adi,ad5691r" },
{ .compatible = "adi,ad5692r" },
{ .compatible = "adi,ad5693" },
--
2.54.0