Commit 65746eb7 authored by Zhiyong Tao's avatar Zhiyong Tao Committed by Jonathan Cameron

iio: adc: mt7622: Add compatible node for mt7622.

This commit adds mt7622 compatible node.
Signed-off-by: default avatarZhiyong Tao <zhiyong.tao@mediatek.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 5236bbc6
......@@ -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", },
{ }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment