]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "ARM: dts: BCM5301X: Add basic PCI controller properties"
authorArnd Bergmann <arnd@arndb.de>
Wed, 5 Oct 2022 08:12:43 +0000 (10:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 5 Oct 2022 08:22:40 +0000 (10:22 +0200)
commitc6ea8ea979293715a6df48f2fc0c3010b1d73b22
tree7a80efa3714245df0bd44f026753d3c1ed8c9ddb
parentb18873ac2f5b231d5cb262281da4607182befbd1
Revert "ARM: dts: BCM5301X: Add basic PCI controller properties"

Adding the #address-cells/#size-cells properties without also
adding the other required properties for PCI nodes causes new
build warnings from dtc that now show up everywhere, rather than
just while verifying the yaml bindings:

arch/arm/boot/dts/bcm5301x.dtsi:240.21-246.5: Warning (pci_bridge): /axi@18000000/pcie@12000: missing ranges for PCI bridge (or not a bridge)
arch/arm/boot/dts/bcm5301x.dtsi:248.21-254.5: Warning (pci_bridge): /axi@18000000/pcie@13000: missing ranges for PCI bridge (or not a bridge)
arch/arm/boot/dts/bcm5301x.dtsi:256.21-262.5: Warning (pci_bridge): /axi@18000000/pcie@14000: missing ranges for PCI bridge (or not a bridge)
arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dtb: Warning (unit_address_format): Failed prerequisite 'pci_bridge'

Revert it for now.

Fixes: f555ebe742b0 ("ARM: dts: BCM5301X: Add basic PCI controller properties")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/bcm5301x.dtsi