On 18/02/2025 19:54, Kaustabh Chakraborty wrote: > + - if: > + properties: > + compatible: > + contains: > + const: samsung,exynos7870-dwusb3 > + then: > + properties: > + clocks: > + minItems: 3 > + maxItems: 3 > + clock-names: > + items: > + - const: bus_early > + - const: ctrl > + - const: ref Other device has order bus_early + ref, so use the same here, thus bus_early + ref + ctrl. Rest looks fine. > Best regards, Krzysztof