On 7/21/22 02:15, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > This fixes: > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@12000: 'device_type' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@12000: '#address-cells' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@12000: '#size-cells' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@13000: 'device_type' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@13000: '#address-cells' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@13000: '#size-cells' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@14000: 'device_type' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@14000: '#address-cells' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dtb: pcie@14000: '#size-cells' is a required property > From schema: /lib/python3.9/site-packages/dtschema/schemas/pci/pci-bus.yaml > > What remains missing is "ranges" property. I currently don't know its > correct value for Northstar SoC. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks! -- Florian