Re: [PATCH v2 1/2] dt-bindings: usb: samsung,exynos-dwc3: add exynos7870 support
From: Krzysztof Kozlowski
Date: Thu Feb 20 2025 - 03:30:25 EST
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