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 <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18843
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Shiji Yang 2025-05-19 19:26:47 +08:00 committed by Hauke Mehrtens
parent 5fd4abf74d
commit 3d1e703ea3

View File

@ -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";