Skip to content

Commit 097fc05

Browse files
Genjian Zhangtsbogend
authored andcommitted
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>
1 parent bae8334 commit 097fc05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/mips/boot/dts/img/boston.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
#interrupt-cells = <1>;
126126
};
127127

128-
pci2_root@0,0,0 {
128+
pci2_root@0,0 {
129129
compatible = "pci10ee,7021";
130130
reg = <0x00000000 0 0 0 0>;
131131

0 commit comments

Comments
 (0)