[openwrt/openwrt] ath79: wpj563: enable 2nd USB controller

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 13 09:03:41 PDT 2023


xback pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/42374bcee6b51b78848c7031900e908d2d7fe74d

commit 42374bcee6b51b78848c7031900e908d2d7fe74d
Author: Koen Vandeputte <koen.vandeputte at citymesh.com>
AuthorDate: Fri Oct 13 17:47:11 2023 +0200

    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 at citymesh.com>
    (cherry picked from commit 9188c77cbee55a933d0fa75c74e175fbc52c556d)
---
 target/linux/ath79/dts/qca9563_compex_wpj563.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/target/linux/ath79/dts/qca9563_compex_wpj563.dts b/target/linux/ath79/dts/qca9563_compex_wpj563.dts
index aa829413dc..81fc11b177 100644
--- a/target/linux/ath79/dts/qca9563_compex_wpj563.dts
+++ b/target/linux/ath79/dts/qca9563_compex_wpj563.dts
@@ -131,6 +131,14 @@
 	status = "okay";
 };
 
+&usb_phy1 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
+
 &wmac {
 	status = "okay";
 




More information about the lede-commits mailing list