[openwrt/openwrt] bmips: inteno-xg6846: Activate USB port

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 14 10:38:39 PDT 2024


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ff553bd00c47fe5b21871bbac0538408154d85cd

commit ff553bd00c47fe5b21871bbac0538408154d85cd
Author: Linus Walleij <linus.walleij at linaro.org>
AuthorDate: Wed Aug 14 10:26:24 2024 +0200

    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 at ginstmark.se>
    Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
    [reorder DTS alphabetically]
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
index 8f5b30d213..4079bfff17 100644
--- a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
+++ b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
@@ -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";
+};




More information about the lede-commits mailing list