Re: [PATCH v2 3/7] ARM: dts: ti: am335x: Fix redundant interrupts property in USB nodes

From: Rob Herring

Date: Mon Aug 31 2026 - 12:00:45 EST


On Tue, Aug 18, 2026 at 07:58:45PM +0530, Bhargav Joshi wrote:
> The am33xx.dtsi defines a single interrupts property for the MUSB nodes.
> Several board-level files override the usb0 node to use
> interrupts-extended instead to include vbus interrupt.
>
> Since both interrupts and interrupts-extended cannot be used
> simultaneously, Add /delete-property/ interrupts to the overriding
> nodes to resolve the schema warnings.

Actually, both should be allowed. In theory, an OS version not support
'interrupts-extended' and 'interrupts' is also needed for compatibility.
Though in reality, we've now had 'interrupts-extended' defined for a
long time. I'll look into what's causing this warning.

Rob