From: Florian Fainelli <f.fainelli@xxxxxxxxx> On Tue, 26 Mar 2024 21:58:05 +0200, Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: > Unlike the other child nodes of the raspberrypi,bcm2835-firmware device, > the gpio child is documented in a legacy text-based binding in > gpio/raspberrypi,firmware-gpio.txt. This causes DT validation failures: > > arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dtb: 'gpio' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/arm/bcm/raspberrypi,bcm2835-firmware.yaml# > > Convert the binding to YAML and move it to > raspberrypi,bcm2835-firmware.yaml. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks! -- Florian