diff options
author | Koen Vandeputte <koen.vandeputte@citymesh.com> | 2023-10-13 17:47:11 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@citymesh.com> | 2023-10-13 17:50:45 +0200 |
commit | 0bc33a6505e31d96a016c11be6b0fb37564b3e92 (patch) | |
tree | 354dffb29fceb5b664fdb4496f64f01266b67e97 | |
parent | 86e852bcd01c4e43423c03984ee431118d57f855 (diff) | |
download | upstream-0bc33a6505e31d96a016c11be6b0fb37564b3e92.tar.gz upstream-0bc33a6505e31d96a016c11be6b0fb37564b3e92.tar.bz2 upstream-0bc33a6505e31d96a016c11be6b0fb37564b3e92.zip |
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.dts | 8 |
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 ceac53f415..407e912ad2 100644 --- a/target/linux/ath79/dts/qca9563_compex_wpj563.dts +++ b/target/linux/ath79/dts/qca9563_compex_wpj563.dts @@ -130,6 +130,14 @@ status = "okay"; }; +&usb_phy1 { + status = "okay"; +}; + +&usb1 { + status = "okay"; +}; + &wmac { status = "okay"; |