projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d354fe
)
iio: adc: mt2712: Add compatible node for mt2712.
author
Zhiyong Tao
<zhiyong.tao@mediatek.com>
Thu, 21 Sep 2017 01:26:51 +0000
(09:26 +0800)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sun, 24 Sep 2017 15:45:38 +0000
(16:45 +0100)
This commit adds mt2712 compatible node.
Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/mt6577_auxadc.c
patch
|
blob
|
history
diff --git
a/drivers/iio/adc/mt6577_auxadc.c
b/drivers/iio/adc/mt6577_auxadc.c
index a2a23958c2a2925efc5f4d28e56516614f945ebc..95d76abb64eca6983610c70b2626810e0879f84a 100644
(file)
--- 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", },
{ }