Re: [PATCH v3 3/3] dt-bindings: timer: atmel,at91rm9200-st: convert to yaml

From: Krzysztof Kozlowski
Date: Wed May 31 2023 - 04:58:30 EST


On 30/05/2023 11:07, Claudiu Beznea wrote:
> Convert Microchip AT91 system timer to YAML.
>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx>
> Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
> ---

Thank you for your patch. There is something to discuss/improve.

> +properties:
> + compatible:
> + items:
> + - const: atmel,at91rm9200-st
> + - const: syscon
> + - const: simple-mfd
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + description:
> + Contain interrupt for the ST which is the IRQ line shared across all
> + system controller members (memory controller, debug unit, system timer,
> + real-time clock, power management controller).
> + maxItems: 1
> +
> + clocks:
> + maxItems: 1
> +
> + watchdog:
> + $ref: ../watchdog/atmel,at91rm9200-wdt.yaml

Full path, so /schemas/watchdog/atmel....

> + description:
> + Child node describing watchdog.
> +


Best regards,
Krzysztof