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@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18672
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
George Moussalem 2025-05-01 22:01:20 +04:00 committed by Robert Marko
parent a0fa3ed36f
commit d879e59823

View file

@ -294,7 +294,7 @@
};
&usb_dwc {
address-cells = <1>;
#address-cells = <1>;
#size-cells = <0>;
dr_mode = "host";