Re: linux-next: build warning after merge of the devicetree tree

From: Rob Herring
Date: Tue Aug 24 2021 - 08:35:54 EST


On Mon, Aug 23, 2021 at 10:18 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the devicetree tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
>
> arch/arm/boot/dts/bcm2711-rpi-4-b.dts:220.10-231.4: Warning (pci_device_reg): /scb/pcie@7d500000/pci@1,0: PCI unit address format error, expected "0,0"
> arch/arm/boot/dts/bcm2711-rpi-4-b.dts:220.10-231.4: Warning (pci_device_reg): /scb/pcie@7d500000/pci@1,0: PCI unit address format error, expected "0,0"
>
> Presumably exposed by commit
>
> 1ee7943c3343 ("kbuild: Enable dtc 'pci_device_reg' warning by default")

Yep, that's expected. There's a couple on arm64 builds too.

Rob