projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5236bbc
)
iio: adc: mt7622: Add compatible node for mt7622.
author
Zhiyong Tao
<zhiyong.tao@mediatek.com>
Mon, 26 Jun 2017 06:11:42 +0000
(14:11 +0800)
committer
Jonathan Cameron
<jic23@kernel.org>
Sat, 1 Jul 2017 09:20:28 +0000
(10:20 +0100)
This commit adds mt7622 compatible node.
Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/mt6577_auxadc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iio/adc/mt6577_auxadc.c
b/drivers/iio/adc/mt6577_auxadc.c
index 914314a4436b3de51717e59dc12472f004416df9..414cf44bf19d0f7b16f7653cf6ff9523889765a0 100644
(file)
--- 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", },
{ }
};