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

Linus Walleij linus.walleij at linaro.org
Wed Aug 14 01:26:24 PDT 2024


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 at ginstmark.se>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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";

-- 
2.45.2




More information about the openwrt-devel mailing list