ath79: wpj563: enable 2nd USB controller
authorKoen Vandeputte <koen.vandeputte@citymesh.com>
Fri, 13 Oct 2023 15:47:11 +0000 (17:47 +0200)
committerKoen Vandeputte <koen.vandeputte@citymesh.com>
Fri, 13 Oct 2023 16:02:25 +0000 (18:02 +0200)
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)

target/linux/ath79/dts/qca9563_compex_wpj563.dts

index aa829413dcf1dbf1a56f80ad62f716e93de0551e..81fc11b17784c67e9c1555940c245fda881a5eaa 100644 (file)
        status = "okay";
 };
 
+&usb_phy1 {
+       status = "okay";
+};
+
+&usb1 {
+       status = "okay";
+};
+
 &wmac {
        status = "okay";