On Fri, Dec 20, 2024 at 06:11:11PM +0000, Dave Stevenson wrote: > Commit 62948c62abca ("dt-bindings: display: Add BCM2712 HDMI bindings") > added the compatible strings for BCM2712, but missed out that the > number of interrupts changed, and for BCM2712 the driver changes[1] > required that the interrupts are named. I dopn't get what "interrupts are named" means here and I kept asking about it, so the explanation is supposed to be in commit msg. Do you mean that driver requires it? If so, then "the driver requires interrupt-names since commit foo ("bar")" (and use Linux commit style of referencing commits). > > Update the schema to correct the interrupt requirements for BCM2712. > (Requirements for BCM2711 should be unchanged). > > [1] Commit 0b1dbe82e051 ("drm/vc4: hdmi: Add support for BCM2712 HDMI > controllers") I cannot find in this commit requirement of interrupt names. There is no call to anything requiring names. Maybe I miss some context, like other function introduced that? Can you point me to specific line of that patch? Because if you refer to external_irq_controller than I fail to see how 2711 works without the names. Best regards, Krzysztof