summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Vandeputte2023-10-13 15:47:11 +0000
committerKoen Vandeputte2023-10-13 16:00:30 +0000
commit9e8c9592d6832fd2a2d0deca6784d8b686c26dd0 (patch)
tree39aedbcfc4ce1bb267ad58436d0e5fae29585315
parent4ad0f92b813c48d9ed9ca120909a28c27ef20ef3 (diff)
downloadopenwrt-9e8c9592d6832fd2a2d0deca6784d8b686c26dd0.tar.gz
ath79: wpj563: enable 2nd USB controller
The compex WPJ563 actually has both usb controllers wired: usb0 --> pci-e slot usb1 --> pin header As the board exposes it for generic use, enable this controller too. fixes: #13650 Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com> (cherry picked from commit 9188c77cbee55a933d0fa75c74e175fbc52c556d)
-rw-r--r--target/linux/ath79/dts/qca9563_compex_wpj563.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9563_compex_wpj563.dts b/target/linux/ath79/dts/qca9563_compex_wpj563.dts
index ba31f40fe2..8e79d5111d 100644
--- a/target/linux/ath79/dts/qca9563_compex_wpj563.dts
+++ b/target/linux/ath79/dts/qca9563_compex_wpj563.dts
@@ -132,6 +132,14 @@
status = "okay";
};
+&usb_phy1 {
+ status = "okay";
+};
+
+&usb1 {
+ status = "okay";
+};
+
&wmac {
status = "okay";