Re: [PATCH 01/23] dt-bindings: gpio: nomadik: convert into yaml format

From: Krzysztof Kozlowski
Date: Thu Feb 15 2024 - 04:11:33 EST


On 14/02/2024 17:23, Théo Lebrun wrote:
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + "#gpio-cells":
> + const: 2
> +
> + gpio-controller: true
> +
> + interrupt-controller: true
> +
> + "#interrupt-cells":
> + const: 2
> +
> + gpio-bank:
> + $ref: /schemas/types.yaml#/definitions/uint32

Missing description, unless it is a common property (but then where do I
find it?).

> +
> + st,supports-sleepmode:
> + description: Whether the controller can sleep or not.
> + $ref: /schemas/types.yaml#/definitions/flag
> +
> + clocks:
> + maxItems: 1
> +
> + gpio-ranges:
> + maxItems: 1
> +
> +required:
> + - compatible
> + - reg
> + - interrupts
> + - "#gpio-cells"
> + - gpio-controller
> + - interrupt-controller
> + - gpio-bank


Best regards,
Krzysztof