Skip to content

Commit

Permalink
ath79: wpj563: enable 2nd USB controller
Browse files Browse the repository at this point in the history
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: openwrt#13650
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
  • Loading branch information
xback committed Oct 13, 2023
1 parent 5189231 commit 9188c77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions target/linux/ath79/dts/qca9563_compex_wpj563.dts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@
status = "okay";
};

&usb_phy1 {
status = "okay";
};

&usb1 {
status = "okay";
};

&wmac {
status = "okay";

Expand Down

0 comments on commit 9188c77

Please sign in to comment.