Re: [PATCH] dt-bindings: watchdog: Convert marvell,orion-wdt to DT schema
From: Sander Vanheule
Date: Tue Oct 14 2025 - 16:29:58 EST
Hi Rob,
On Mon, 2025-10-13 at 16:31 -0500, Rob Herring (Arm) wrote:
> -Clocks required for compatibles = "marvell,orion-wdt",
> - "marvell,armada-370-wdt":
> -- clocks : Must contain a single entry describing the clock input
> -
> -Clocks required for compatibles = "marvell,armada-xp-wdt"
> - "marvell,armada-375-wdt"
> - "marvell,armada-380-wdt":
> -- clocks : Must contain an entry for each entry in clock-names.
> -- clock-names : Must include the following entries:
> - "nbclk" (L2/coherency fabric clock),
> - "fixed" (Reference 25 MHz fixed-clock).
> + clocks:
> + minItems: 1
> + items:
> + - description: Reference 25 MHz fixed-clock supply.
> + - description: L2/coherency fabric clock input ("nbclk").
> +
> + clock-names:
> + minItems: 1
> + items:
> + - const: nbclk
> + - const: fixed
Shouldn't the "clock-names" items be in the same order as the "clocks" items?
(With nbclk first)
Best,
Sander