Skip to content

Commit 3392ef3

Browse files
Rafał Miłeckiffainelli
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 05d2c3d commit 3392ef3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/boot/dts/broadcom/bcm53573.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127

128128
pcie0: pcie@2000 {
129129
reg = <0x00002000 0x1000>;
130+
131+
#address-cells = <3>;
132+
#size-cells = <2>;
130133
};
131134

132135
usb2: usb2@4000 {

0 commit comments

Comments
 (0)