Skip to content

Commit 247014d

Browse files
iio: adc: ltc2387: Change compatibles for ADAQ2387-16/18
Changed the compatibles for the ADAQ2387-16/-18 to: * ADAQ23875 (16-bit) * ADAQ23876 (16-bit) * ADAQ23878 (18-bit) Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
1 parent 1e72687 commit 247014d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

drivers/iio/adc/ltc2387.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,13 @@ static const struct of_device_id ltc2387_of_match[] = {
299299
.compatible = "ltc2387-18-x4",
300300
.data = &ltc2387_infos[ID_LTC2387_18_X4]
301301
}, {
302-
.compatible = "adaq2387-16",
302+
.compatible = "adaq23875",
303303
.data = &ltc2387_infos[ID_LTC2387_16]
304304
}, {
305-
.compatible = "adaq2387-18",
305+
.compatible = "adaq23876",
306+
.data = &ltc2387_infos[ID_LTC2387_16]
307+
}, {
308+
.compatible = "adaq23878",
306309
.data = &ltc2387_infos[ID_LTC2387_18]
307310
},
308311
{}

0 commit comments

Comments
 (0)