Re: [PATCH] MIPS: dts: Boston: Fix dtc 'pci_device_reg' warning

From: Philippe Mathieu-Daudé
Date: Mon Feb 13 2023 - 02:43:42 EST


On 13/2/23 07:24, Genjian wrote:
From: Genjian Zhang <zhanggenjian@xxxxxxxxxx>

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@xxxxxxxxxx>
Signed-off-by: Genjian Zhang <zhanggenjian@xxxxxxxxxx>
---
arch/mips/boot/dts/img/boston.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>