From: Florian Fainelli <f.fainelli@xxxxxxxxx> On Thu, 12 Dec 2024 18:36:32 +0000, Dave Stevenson <dave.stevenson@xxxxxxxxxxxxxxx> wrote: > CHECK_DTBS produces errors on bcm2712-rpi-5-b.dtb and bcm2712-d-rpi-5-b.dtb > of: > intc@7d508380: $nodename:0: 'intc@7d508380' does not match '^interrupt-controller(@[0-9a-f,]+)*$' > from schema $id: http://devicetree.org/schemas/interrupt-controller/brcm,l2-intc.yaml# > intc@7d508400: $nodename:0: 'intc@7d508400' does not match '^interrupt-controller(@[0-9a-f,]+)*$' > from schema $id: http://devicetree.org/schemas/interrupt-controller/brcm,l2-intc.yaml# > > Rename the nodes from intc to interrupt-controller. > > Fixes: f66b382affd8 ("arm64: dts: broadcom: Add display pipeline support to BCM2712") > Signed-off-by: Dave Stevenson <dave.stevenson@xxxxxxxxxxxxxxx> > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree-arm64/next, thanks! -- Florian