From: Genjian Zhang Date: Mon, 13 Feb 2023 06:24:51 +0000 (+0800) Subject: MIPS: dts: Boston: Fix dtc 'pci_device_reg' warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=097fc054b0244ddc87c94097b490e534f6e4cbdd;p=linux.git 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 ','. Fix the unit-address accordingly. Reported-by: k2ci Signed-off-by: Genjian Zhang Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/img/boston.dts b/arch/mips/boot/dts/img/boston.dts index 84328afa3a55c..72f7605d2e315 100644 --- a/arch/mips/boot/dts/img/boston.dts +++ b/arch/mips/boot/dts/img/boston.dts @@ -125,7 +125,7 @@ #interrupt-cells = <1>; }; - pci2_root@0,0,0 { + pci2_root@0,0 { compatible = "pci10ee,7021"; reg = <0x00000000 0 0 0 0>;