bmips: inteno-xg6846: Activate USB port

Some versions of the Inteno XG6846 has a USB port mounted.
For these machines the corresponing USB port nodes need to
be enabled.

Suggested-by: Henrik Ginstmark <henrik@ginstmark.se>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
[reorder DTS alphabetically]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Linus Walleij 2024-08-14 10:26:24 +02:00 committed by Álvaro Fernández Rojas
parent 0b7d99147b
commit ff553bd00c

View File

@ -130,6 +130,10 @@
};
};
&ehci {
status = "okay";
};
&ethernet {
status = "okay";
@ -282,7 +286,7 @@
};
};
&uart0 {
&ohci {
status = "okay";
};
@ -310,3 +314,11 @@
};
};
};
&uart0 {
status = "okay";
};
&usbh {
status = "okay";
};