From: George Moussalem Date: Thu, 1 May 2025 18:01:20 +0000 (+0400) Subject: qualcommax: ipq50xx: fix DTB warning in USB node of Linksys MR5500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18672%2Fhead;p=thirdparty%2Fopenwrt.git qualcommax: ipq50xx: fix DTB warning in USB node of Linksys MR5500 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 Link: https://github.com/openwrt/openwrt/pull/18672 Signed-off-by: Robert Marko --- diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mr5500.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mr5500.dts index ecf57941807..8dbd8a5d88e 100644 --- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mr5500.dts +++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mr5500.dts @@ -294,7 +294,7 @@ }; &usb_dwc { - address-cells = <1>; + #address-cells = <1>; #size-cells = <0>; dr_mode = "host";