ARM: dts: BCM53573: Add cells sizes to PCIe node
authorRafał Miłecki <rafal@milecki.pl>
Fri, 7 Jul 2023 11:40:03 +0000 (13:40 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Wed, 12 Jul 2023 17:23:06 +0000 (10:23 -0700)
commit3392ef368d9b04622fe758b1079b512664b6110a
tree1d0c95f8f1571ed0885d355d6b91b7da1044c920
parent05d2c3d552b8c92fc397377d9d1112fc58e2cd59
ARM: dts: BCM53573: Add cells sizes to PCIe node

This fixes:
arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dtb: pcie@2000: '#address-cells' is a required property
        From schema: /lib/python3.10/site-packages/dtschema/schemas/pci/pci-bus.yaml
arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dtb: pcie@2000: '#size-cells' is a required property
        From schema: /lib/python3.10/site-packages/dtschema/schemas/pci/pci-bus.yaml

Two properties that need to be added later are "device_type" and
"ranges". Adding "device_type" on its own causes a new warning and the
value of "ranges" needs to be determined yet.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20230707114004.2740-3-zajec5@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm53573.dtsi