[openwrt/openwrt] qualcommax: ipq50xx: fix DTB warning in USB node of Linksys MR5500
LEDE Commits
lede-commits at lists.infradead.org
Thu May 1 11:40:28 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d879e59823514b6134db524824bb4fcc59cfb0cf
commit d879e59823514b6134db524824bb4fcc59cfb0cf
Author: George Moussalem <george.moussalem at outlook.com>
AuthorDate: Thu May 1 22:01:20 2025 +0400
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 <george.moussalem at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18672
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mr5500.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ecf5794180..8dbd8a5d88 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";
More information about the lede-commits
mailing list