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:
parent
a0fa3ed36f
commit
d879e59823
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@
|
|||
};
|
||||
|
||||
&usb_dwc {
|
||||
address-cells = <1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
dr_mode = "host";
|
||||
|
||||
|
|
Loading…
Reference in a new issue