[PATCH 0/3] ARM: dts: ixp4xx: Add device trees for MI424WR
Linus Walleij
linus.walleij at linaro.org
Tue Aug 19 06:14:20 PDT 2025
On Fri, Aug 15, 2025 at 11:19 PM Rob Herring (Arm) <robh at kernel.org> wrote:
> New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/intel/' for 20250814-ixp4xx-mi424wr-dts-v1-0-b7c10f3c4193 at linaro.org:
>
> arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr-ac.dtb: gpio at 1,0 (brcm,bcm6345-gpio): 'bank-width', 'intel,ixp4xx-eb-write-enable', 'pci-reset-hog', 'pstn-relay-hog-1', 'pstn-relay-hog-2' do not match any of the regexes: '^pinctrl-[0-9]+$'
> from schema $id: http://devicetree.org/schemas/gpio/gpio-mmio.yaml#
This is an error since forever: the node is on an external bus and the
external bus while
defined in:
Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion-bus-controller.yaml
Adds properties to any child, which can be any MMIO device.
I don't know what is the proper way to solve this.
A separate include .yaml for the children and then pull that into
every possible device on that bus?
> arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr-ac.dtb: /soc/usb at c800b000: failed to match any schema with compatible: ['intel,ixp4xx-udc']
OK I should write that yaml file.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list