summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2024-08-14 10:26:24 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2024-08-14 11:29:21 +0200
commitff553bd00c47fe5b21871bbac0538408154d85cd (patch)
tree284d558c02fbc288b3f26d7a67cac5eead111c9d
parent0b7d99147b721c9bc95e9a0caacd300227d10375 (diff)
downloadopenwrt-ff553bd00c47fe5b21871bbac0538408154d85cd.tar.gz
openwrt-ff553bd00c47fe5b21871bbac0538408154d85cd.tar.bz2
openwrt-ff553bd00c47fe5b21871bbac0538408154d85cd.zip
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>
-rw-r--r--target/linux/bmips/dts/bcm6328-inteno-xg6846.dts14
1 files changed, 13 insertions, 1 deletions
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";
+};