diff options
author | Zhiyong Tao <zhiyong.tao@mediatek.com> | 2017-06-26 09:11:42 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-07-01 12:20:28 +0300 |
commit | 65746eb742f344f8d90a87910003c2e402a33c6f (patch) | |
tree | 03f42c161bac36dca9bf18fcca54a3153acc22ad /drivers/iio/adc/mt6577_auxadc.c | |
parent | 5236bbc6cd688c0065bf0fba59097b010dc22040 (diff) | |
download | linux-65746eb742f344f8d90a87910003c2e402a33c6f.tar.xz |
iio: adc: mt7622: Add compatible node for mt7622.
This commit adds mt7622 compatible node.
Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/mt6577_auxadc.c')
-rw-r--r-- | drivers/iio/adc/mt6577_auxadc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/mt6577_auxadc.c b/drivers/iio/adc/mt6577_auxadc.c index 914314a4436b..414cf44bf19d 100644 --- a/drivers/iio/adc/mt6577_auxadc.c +++ b/drivers/iio/adc/mt6577_auxadc.c @@ -306,6 +306,7 @@ static SIMPLE_DEV_PM_OPS(mt6577_auxadc_pm_ops, static const struct of_device_id mt6577_auxadc_of_match[] = { { .compatible = "mediatek,mt2701-auxadc", }, + { .compatible = "mediatek,mt7622-auxadc", }, { .compatible = "mediatek,mt8173-auxadc", }, { } }; |