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:
committed by
Robert Marko
parent
a0fa3ed36f
commit
d879e59823
@@ -294,7 +294,7 @@
|
||||
};
|
||||
|
||||
&usb_dwc {
|
||||
address-cells = <1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
dr_mode = "host";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user