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