summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
diff options
context:
space:
mode:
authorZhiyong Tao2017-09-21 03:26:51 +0200
committerJonathan Cameron2017-09-24 17:45:38 +0200
commit4e74767e50617e90827227f1307590a521aa9f65 (patch)
treef5cf67b95de7860569bd227ec94934eb6b4e301d /drivers/iio/adc
parentdt-bindings: adc: mt2712: add binding documention (diff)
downloadkernel-qcow2-linux-4e74767e50617e90827227f1307590a521aa9f65.tar.gz
kernel-qcow2-linux-4e74767e50617e90827227f1307590a521aa9f65.tar.xz
kernel-qcow2-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')
-rw-r--r--drivers/iio/adc/mt6577_auxadc.c1
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", },
{ }