On 17/04/2025 08:12, Gokul Sriram Palanisamy wrote:
> + interrupts:
> + items:
> + - description: Watchdog interrupt
> + - description: Fatal interrupt
> + - description: Ready interrupt
> + - description: Handover interrupt
> + - description: Stop acknowledge interrupt
> +
> + interrupt-names:
> + items:
> + - const: wdog
> + - const: fatal
> + - const: ready
> + - const: handover
> + - const: stop-ack
> +
> + clocks:
> + items:
> + - description: sleep clock
> +
> + clock-names:
> + items:
> + - const: sleep
> +
> + mboxes:
> + maxItems: 1
> + description: A phandle for the TMECom mailbox driver
This is also a new property.
Phandles cannot point to drivers. It is just impossible. It is a phandle
to some device (as in "device node", but we describe here hardware)
Anyway, either drop description if obvious or use simpler form:
items:
- description
Best regards,
Krzysztof