Skip to content

Commit 29d3597

Browse files
committed
iio:adc:ada4355: Add ADA4356 compatible flag
Signed-off-by: ahmet-alincak <ahmetalncak@gmail.com>
1 parent 74ed9d0 commit 29d3597

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iio/adc/ada4355.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ MODULE_DEVICE_TABLE(spi, ada4355_id);
529529

530530
static const struct of_device_id ada4355_of_match[] = {
531531
{ .compatible = "adi,ada4355" },
532+
{ .compatible = "adi,ada4356" },
532533
{},
533534
};
534535
MODULE_DEVICE_TABLE(of, ada4355_of_match);

0 commit comments

Comments
 (0)