On 23/12/2024 13:55, Michal Wilczynski wrote: > description: | > The T-HEAD TH1520 AP sub-system clock controller configures the > - CPU, DPU, GMAC and TEE PLLs. > + CPU, DPU, GMAC and TEE PLLs. Additionally the VO subsystem configures > + the clock gates for the HDMI, MIPI and the GPU. > > SoC reference manual > https://openbeagle.org/beaglev-ahead/beaglev-ahead/-/blob/main/docs/TH1520%20System%20User%20Manual.pdf > @@ -23,7 +24,13 @@ properties: > const: thead,th1520-clk-ap > > reg: > - maxItems: 1 > + minItems: 2 You can drop minItems in this case. > + maxItems: 2 > + > + reg-names: > + items: > + - const: ap-clks > + - const: vo-clks Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof