Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: dts: Boston: Fix PCI bus dtc warnings:

dtc recently (v1.4.4-8-g756ffc4f52f6) added PCI bus checks. Fix the
warnings now emitted:

arch/mips/boot/dts/img/boston.dtb: Warning (pci_bridge): /pci@10000000: missing bus-range for PCI bridge
arch/mips/boot/dts/img/boston.dtb: Warning (pci_bridge): /pci@12000000: missing bus-range for PCI bridge
arch/mips/boot/dts/img/boston.dtb: Warning (pci_bridge): /pci@14000000: missing bus-range for PCI bridge

Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/19070/
Signed-off-by: James Hogan <jhogan@kernel.org>

authored by

Matt Redfearn and committed by
James Hogan
2c2bf522 a1cc7034

+6
+6
arch/mips/boot/dts/img/boston.dts
··· 51 51 ranges = <0x02000000 0 0x40000000 52 52 0x40000000 0 0x40000000>; 53 53 54 + bus-range = <0x00 0xff>; 55 + 54 56 interrupt-map-mask = <0 0 0 7>; 55 57 interrupt-map = <0 0 0 1 &pci0_intc 1>, 56 58 <0 0 0 2 &pci0_intc 2>, ··· 81 79 ranges = <0x02000000 0 0x20000000 82 80 0x20000000 0 0x20000000>; 83 81 82 + bus-range = <0x00 0xff>; 83 + 84 84 interrupt-map-mask = <0 0 0 7>; 85 85 interrupt-map = <0 0 0 1 &pci1_intc 1>, 86 86 <0 0 0 2 &pci1_intc 2>, ··· 110 106 111 107 ranges = <0x02000000 0 0x16000000 112 108 0x16000000 0 0x100000>; 109 + 110 + bus-range = <0x00 0xff>; 113 111 114 112 interrupt-map-mask = <0 0 0 7>; 115 113 interrupt-map = <0 0 0 1 &pci2_intc 1>,