Re: [PATCH] dt-bindings: rtc: pcf2123: convert to YAML

From: Krzysztof Kozlowski
Date: Mon Sep 11 2023 - 02:17:38 EST


On 10/09/2023 13:00, Javier Carrasco wrote:
> Convert the existing txt binding to the preferred YAML format.
>

> +unevaluatedProperties: false
> +
> +examples:
> + - |
> + spi {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + rtc@3 {
> + compatible = "nxp,pcf2123";
> + reg = <3>;
> + spi-cs-high;

Example should be complete, so preferably also with interrupts.

Anyway:

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof