Re: [PATCH v5 1/4] dt-bindings: timer: via,vt8500-timer: Convert to YAML

From: Rob Herring
Date: Tue Jul 22 2025 - 23:44:02 EST


On Wed, May 21, 2025 at 05:00:09PM +0400, Alexey Charkov wrote:
> Rewrite the textual description for the VIA/WonderMedia timer
> as YAML schema.
>
> The IP can generate up to four interrupts from four respective match
> registers, so reflect that in the schema.
>
> Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> Signed-off-by: Alexey Charkov <alchark@xxxxxxxxx>
> ---
> .../devicetree/bindings/timer/via,vt8500-timer.txt | 15 -------
> .../bindings/timer/via,vt8500-timer.yaml | 51 ++++++++++++++++++++++
> MAINTAINERS | 1 +
> 3 files changed, 52 insertions(+), 15 deletions(-)

There's no reason for this to wait on discussions on the driver, so I
applied it.

Rob