[PATCH 0/3] ARM: dts: ixp4xx: Add device trees for MI424WR
Rob Herring (Arm)
robh at kernel.org
Fri Aug 15 14:19:10 PDT 2025
On Thu, 14 Aug 2025 18:40:02 +0200, Linus Walleij wrote:
> This patch series adds device trees for Actiontec MI424WR
> versions A, C and D.
>
> These routers are quite common in the Americas and uses
> the IXP4xx SoC.
>
> Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
> ---
> Linus Walleij (3):
> dt-bindings: Add Actiontec vendor prefix
> dt-bindings: arm: List actiontec devices
> ARM: dts: Add ixp4xx Actiontec MI424WR device trees
>
> .../devicetree/bindings/arm/intel-ixp4xx.yaml | 2 +
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +
> arch/arm/boot/dts/intel/ixp/Makefile | 2 +
> .../ixp/intel-ixp42x-actiontec-mi424wr-ac.dts | 37 +++
> .../intel/ixp/intel-ixp42x-actiontec-mi424wr-d.dts | 38 +++
> .../intel/ixp/intel-ixp42x-actiontec-mi424wr.dtsi | 273 +++++++++++++++++++++
> 6 files changed, 354 insertions(+)
> ---
> base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
> change-id: 20250814-ixp4xx-mi424wr-dts-afef5c00d68d
>
> Best regards,
> --
> Linus Walleij <linus.walleij at linaro.org>
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: using specified base-commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
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#
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']
arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr-d.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#
arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr-d.dtb: /soc/usb at c800b000: failed to match any schema with compatible: ['intel,ixp4xx-udc']
More information about the linux-arm-kernel
mailing list