]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: ipq50xx: fix DTB warning in USB node of Linksys MR5500 18672/head
authorGeorge Moussalem <george.moussalem@outlook.com>
Thu, 1 May 2025 18:01:20 +0000 (22:01 +0400)
committerRobert Marko <robimarko@gmail.com>
Thu, 1 May 2025 18:40:24 +0000 (20:40 +0200)
Fix DTB warning when compiling an image by adding the missing hash sign
of adress-cells in the usb_dwc node.

Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18672
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mr5500.dts

index ecf579418071ba2098d4cebe4cf7ba1669e00679..8dbd8a5d88e2a38a5aa42632637f2c617f56cb66 100644 (file)
 };
 
 &usb_dwc {
-       address-cells = <1>;
+       #address-cells = <1>;
        #size-cells = <0>;
        dr_mode = "host";