From 3d1e703ea3a39d480c25c7d2b27e9613b77c93cf Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Mon, 19 May 2025 19:26:47 +0800 Subject: [PATCH] lantiq: dts: fix PCIe peripheral node name dtc warnings Remove unit name leading 0s to fix the following dtc warnings: danube_arcadyan_arv752dpw22.dts:263.11-273.4: Warning (pci_device_reg): /fpi@10000000/pci@e105400/usb@0f,0: PCI unit address format error, expected "f,0" danube_arcadyan_arv752dpw22.dts:275.11-285.4: Warning (pci_device_reg): /fpi@10000000/pci@e105400/usb@0f,2: PCI unit address format error, expected "f,2" Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/18843 Signed-off-by: Hauke Mehrtens --- .../arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw22.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw22.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw22.dts index 115410a538..e8fbf4c109 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw22.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw22.dts @@ -262,7 +262,7 @@ nvmem-cell-names = "eeprom", "mac-address"; }; - usb@0f,0 { + usb@f,0 { #address-cells = <1>; #size-cells = <0>; compatible = "pci1106,3038"; @@ -274,7 +274,7 @@ }; }; - usb@0f,2 { + usb@f,2 { #address-cells = <1>; #size-cells = <0>; compatible = "pci1106,3038";