ipq40xx: fix usb driver not loaded for GL-A1300
authorWeiping Yang <weiping.yang@gl-inet.com>
Thu, 8 Dec 2022 04:03:35 +0000 (23:03 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Dec 2022 02:06:54 +0000 (03:06 +0100)
This patch enables USB support for the GL.iNet GL-A1300
Repair the usb driver startup phase is not loaded

Signed-off-by: Weiping Yang <weiping.yang@gl-inet.com>
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-a1300.dts

index 5993243dc9775b36d9e1bf86c06d7c2dbd30acc6..a742138cdf33192c661a6d2b05016d226efe6045 100644 (file)
         pinctrl-names = "default";
 };
 
+&usb2 {
+       status = "okay";
+};
+
+&usb3 {
+       status = "okay";
+};
+
 &usb2_hs_phy {
        status = "okay";
 };