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

MIPS: dts: Boston: Fix dtc 'pci_device_reg' warning

dtbs_check currently complains that:
arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg):
/pci@14000000/pci2_root@0,0,0: PCI unit address format error,
expected "0,0"
The unit-address format should be '<device>,<function>'.
Fix the unit-address accordingly.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Genjian Zhang <zhanggenjian@kylinos.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Genjian Zhang and committed by
Thomas Bogendoerfer
097fc054 bae83341

+1 -1
+1 -1
arch/mips/boot/dts/img/boston.dts
··· 125 125 #interrupt-cells = <1>; 126 126 }; 127 127 128 - pci2_root@0,0,0 { 128 + pci2_root@0,0 { 129 129 compatible = "pci10ee,7021"; 130 130 reg = <0x00000000 0 0 0 0>; 131 131