ipq40xx: fix usb driver not loaded for GL-A1300

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>
This commit is contained in:
Weiping Yang 2022-12-07 23:03:35 -05:00 committed by Hauke Mehrtens
parent b76bcdb210
commit 1c169d28ff

View File

@ -267,6 +267,14 @@
pinctrl-names = "default";
};
&usb2 {
status = "okay";
};
&usb3 {
status = "okay";
};
&usb2_hs_phy {
status = "okay";
};