diff options
author | 2022-07-19 09:46:57 +0800 | |
---|---|---|
committer | 2022-07-19 13:20:22 +0100 | |
commit | 180c6cb6b9b79c55b79e8414f4c0208f2463af7d (patch) | |
tree | 082fc7ca0a35b8618ade32dda052d0e660d21be6 | |
parent | iio: light: isl29028: Fix the warning in isl29028_remove() (diff) | |
download | linux-dev-180c6cb6b9b79c55b79e8414f4c0208f2463af7d.tar.xz linux-dev-180c6cb6b9b79c55b79e8414f4c0208f2463af7d.zip |
dt-bindings: iio: adc: Add compatible for MT8188
Add dt-binding documentation of auxadc for MediaTek MT8188 SoC platform.
Signed-off-by: Hui.Liu <hui.liu@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220719014657.28714-2-hui.liu@mediatek.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml index 65581ad4b816..7f79a06e76f5 100644 --- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml @@ -35,6 +35,7 @@ properties: - enum: - mediatek,mt8183-auxadc - mediatek,mt8186-auxadc + - mediatek,mt8188-auxadc - mediatek,mt8195-auxadc - mediatek,mt8516-auxadc - const: mediatek,mt8173-auxadc |