diff options
author | Zhiyong Tao <zhiyong.tao@mediatek.com> | 2017-09-21 03:26:51 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-09-24 17:45:38 +0200 |
commit | 4e74767e50617e90827227f1307590a521aa9f65 (patch) | |
tree | f5cf67b95de7860569bd227ec94934eb6b4e301d /drivers/iio/adc/mt6577_auxadc.c | |
parent | dt-bindings: adc: mt2712: add binding documention (diff) | |
download | linux-4e74767e50617e90827227f1307590a521aa9f65.tar.xz linux-4e74767e50617e90827227f1307590a521aa9f65.zip |
iio: adc: mt2712: Add compatible node for mt2712.
This commit adds mt2712 compatible node.
Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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 a2a23958c2a2..95d76abb64ec 100644 --- a/drivers/iio/adc/mt6577_auxadc.c +++ b/drivers/iio/adc/mt6577_auxadc.c @@ -305,6 +305,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,mt2712-auxadc", }, { .compatible = "mediatek,mt7622-auxadc", }, { .compatible = "mediatek,mt8173-auxadc", }, { } |