On 10/20/25 5:12 PM, Matt Coster wrote:
Hello Matt,
On 18/10/2025 14:00, Marek Vasut wrote:
Rework the current allOf: section such that all handling of
clocks/clock-names properties happens first, and all handling
of power-domains/power-domain-names happens second.
The original layout of the allOf: section was power-domains first, then
clock-domains. The actual ordering really doesn't matter, but I wonder
if it would make for a slightly cleaner patch to do it that way round?
It would, but I also wanted to sort this DT part alphabetically.
If you want, I can split this patch in two, one which does this
splitting, and one which does alphabetical sorting.
[...]