Re: [PATCH v3 08/10] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Document MT6765 pin controller

From: Krzysztof Kozlowski
Date: Mon Oct 10 2022 - 07:27:54 EST


On 07/10/2022 08:59, Yassine Oudjana wrote:
> From: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx>
>
> The MT6765 pin controller has had a driver for a while, but DT
> bindings were never documented for it.
>
> Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> .../pinctrl/mediatek,mt6779-pinctrl.yaml | 23 +++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.yaml
> index cada3530dd0a..71a9aae2cc8c 100644
> --- a/Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.yaml
> @@ -18,6 +18,7 @@ description:
> properties:
> compatible:
> enum:
> + - mediatek,mt6765-pinctrl
> - mediatek,mt6779-pinctrl
> - mediatek,mt6795-pinctrl
> - mediatek,mt6797-pinctrl
> @@ -62,6 +63,28 @@ required:
>
> allOf:
> - $ref: "pinctrl.yaml#"
> + - if:
> + properties:
> + compatible:
> + contains:
> + const: mediatek,mt6765-pinctrl
> + then:
> + properties:
> + reg:
> + minItems: 9
> + maxItems: 9
> +
> + reg-names:
> + items:
> + - const: iocfg0
> + - const: iocfg1
> + - const: iocfg2
> + - const: iocfg3
> + - const: iocfg4
> + - const: iocfg5
> + - const: iocfg6
> + - const: iocfg7
> + - const: eint

Blank line

> - if:
> properties:
> compatible:

Best regards,
Krzysztof