]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
lantiq: dts: fix PCIe peripheral node name dtc warnings 18843/head
authorShiji Yang <yangshiji66@outlook.com>
Mon, 19 May 2025 11:26:47 +0000 (19:26 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 5 Apr 2026 22:39:48 +0000 (00:39 +0200)
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>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw22.dts

index 115410a5380147912b8048faec451ff689e5c592..e8fbf4c10998ee08a500d5cc6d0b8cb433d0c387 100644 (file)
                nvmem-cell-names = "eeprom", "mac-address";
        };
 
-       usb@0f,0 {
+       usb@f,0 {
                #address-cells = <1>;
                #size-cells = <0>;
                compatible = "pci1106,3038";
                };
        };
 
-       usb@0f,2 {
+       usb@f,2 {
                #address-cells = <1>;
                #size-cells = <0>;
                compatible = "pci1106,3038";