Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674453
| From | Zhiyong Tao <zhiyong.tao@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/3] iio: adc: mt7622: Add compatible node for mt7622. |
| Date | 2017-06-26 08:20 +0200 |
| Message-ID | <tWvxo-79X-7@gated-at.bofh.it> (permalink) |
| References | <tWvxn-79X-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This commit adds mt7622 compatible node.
Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com>
---
drivers/iio/adc/mt6577_auxadc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/iio/adc/mt6577_auxadc.c b/drivers/iio/adc/mt6577_auxadc.c
index c174b73..4224fc0 100644
--- a/drivers/iio/adc/mt6577_auxadc.c
+++ b/drivers/iio/adc/mt6577_auxadc.c
@@ -308,6 +308,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", },
{ }
};
--
1.7.9.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] ADC: Mediatek auxadc driver for mt7622 Zhiyong Tao <zhiyong.tao@mediatek.com> - 2017-06-26 08:20 +0200
[PATCH v2 3/3] iio: adc: mt7622: Add compatible node for mt7622. Zhiyong Tao <zhiyong.tao@mediatek.com> - 2017-06-26 08:20 +0200
Re: [PATCH v2 3/3] iio: adc: mt7622: Add compatible node for mt7622. Jonathan Cameron <jic23@kernel.org> - 2017-07-01 11:30 +0200
[PATCH v2 2/3] iio: adc: mt7622: add support for suspend/resume. Zhiyong Tao <zhiyong.tao@mediatek.com> - 2017-06-26 08:20 +0200
Re: [PATCH v2 2/3] iio: adc: mt7622: add support for suspend/resume. Jonathan Cameron <jic23@kernel.org> - 2017-07-01 11:20 +0200
[PATCH v2 1/3] dt-bindings: adc: mt7622: add binding document Zhiyong Tao <zhiyong.tao@mediatek.com> - 2017-06-26 08:20 +0200
Re: [PATCH v2 1/3] dt-bindings: adc: mt7622: add binding document Rob Herring <robh@kernel.org> - 2017-06-28 20:00 +0200
Re: [PATCH v2 1/3] dt-bindings: adc: mt7622: add binding document Jonathan Cameron <jic23@kernel.org> - 2017-07-01 11:20 +0200
csiph-web