Re: [PATCH v5] dt-bindings: clock: via,vt8500: Convert to DT Schema
From: Uday Kiran
Date: Sat Jun 06 2026 - 14:11:13 EST
> > Convert the VIA/Wondermedia VT8500 and Wondermedia WM8xxx series SoCs clock
> > controller binding from the legacy text format to DT schema.
> >
> > Signed-off-by: Udaya Kiran Challa <challauday369@xxxxxxxxx>
> > ---
> > Changelog:
> > Changes since v4:
>
> My comments from v2 still apply. Almost all of them.
>
> You a PMC binding and preferrably all this goes to that binding.
Understood, Krzysztof!
The current separation between the PMC binding and the clock binding may not
reflect the hardware correctly, since the clock controller functionality is
implemented as part of the PMC and all clock-specific registers are offsets
within the PMC register space.
Request you to please confirm on the below points to proceed for next revision
of YAML conversion.
1. It will be a standalone PMC schema (`via,vt8500-pmc.yaml`) which also
describes the clock-related child nodes and replaces both legacy text bindings
(clock.txt & pmc.txt) , or
2. As per Alexey, PMC compatibles should be expanded to per-SoC values.
If it has to be expanded to per-SoC values, can it be taken as separate DT-ABI
change or should be done in the same series now?
Regards,
Udaya Kiran Challa