mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-05 09:56:12 +02:00
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
@ -294,7 +294,7 @@
|
||||
};
|
||||
|
||||
&usb_dwc {
|
||||
address-cells = <1>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
dr_mode = "host";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user