Re: [PATCH 01/17] dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC

From: Krzysztof Kozlowski
Date: Wed Jun 01 2022 - 05:37:07 EST


On 31/05/2022 15:50, Fabien Parent wrote:
> Add binding documentation for the MT8365 I2C controllers.
>
> Signed-off-by: Fabien Parent <fparent@xxxxxxxxxxxx>
> Acked-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
> index 16a1a3118204..a6fe0d8b0cbe 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
> +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
> @@ -43,6 +43,10 @@ properties:
> - enum:
> - mediatek,mt8195-i2c
> - const: mediatek,mt8192-i2c
> + - items:
> + - enum:
> + - mediatek,mt8365-i2c
> + - const: mediatek,mt8168-i2c

Order entries by last item, so this goes before mt8192

>
> reg:
> items:


Best regards,
Krzysztof