[PATCH] dt-bindings: iio: adc: Add compatible for Dimensity 1200 MT6893

AngeloGioacchino Del Regno posted 1 patch 8 months ago
.../devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml      | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: iio: adc: Add compatible for Dimensity 1200 MT6893
Posted by AngeloGioacchino Del Regno 8 months ago
Add a compatible for the Dimensity 1200 (MT6893) SoC; The AUXADC
IP in this chip is fully compatible with the one found in MT8173.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
 .../devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
index 6168b44ea72c..b489c984c1bb 100644
--- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
@@ -34,6 +34,7 @@ properties:
           - const: mediatek,mt2701-auxadc
       - items:
           - enum:
+              - mediatek,mt6893-auxadc
               - mediatek,mt8183-auxadc
               - mediatek,mt8186-auxadc
               - mediatek,mt8188-auxadc
-- 
2.49.0
Re: [PATCH] dt-bindings: iio: adc: Add compatible for Dimensity 1200 MT6893
Posted by Rob Herring (Arm) 7 months, 4 weeks ago
On Wed, 16 Apr 2025 14:02:35 +0200, AngeloGioacchino Del Regno wrote:
> Add a compatible for the Dimensity 1200 (MT6893) SoC; The AUXADC
> IP in this chip is fully compatible with the one found in MT8173.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
>  .../devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml      | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Re: [PATCH] dt-bindings: iio: adc: Add compatible for Dimensity 1200 MT6893
Posted by Jonathan Cameron 7 months, 2 weeks ago
On Mon, 21 Apr 2025 16:38:51 -0500
"Rob Herring (Arm)" <robh@kernel.org> wrote:

> On Wed, 16 Apr 2025 14:02:35 +0200, AngeloGioacchino Del Regno wrote:
> > Add a compatible for the Dimensity 1200 (MT6893) SoC; The AUXADC
> > IP in this chip is fully compatible with the one found in MT8173.
> > 
> > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> > ---
> >  .../devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml      | 1 +
> >  1 file changed, 1 insertion(+)
> >   
> 
> Acked-by: Rob Herring (Arm) <robh@kernel.org>
> 

Applied.