diff mbox series

[1/3] bmips: inteno-xg6846: Activate USB port

Message ID 20240814-xg6846-usb-v1-1-d9ec74c861a8@linaro.org
State Accepted
Delegated to: Álvaro Fernández
Headers show
Series bmips: Inteno XG6846 fixes | expand

Commit Message

Linus Walleij Aug. 14, 2024, 8:26 a.m. UTC
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>
---
 target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)
diff mbox series

Patch

diff --git a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
index 8f5b30d213f2..3e75a38d07fc 100644
--- a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
+++ b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
@@ -286,6 +286,18 @@ 
 	status = "okay";
 };
 
+&ehci {
+	status = "okay";
+};
+
+&ohci {
+	status = "okay";
+};
+
+&usbh {
+	status = "okay";
+};
+
 &pinctrl {
 	pinctrl_leds: leds {
 		function = "led";