[openwrt/openwrt] ipq40xx: fix usb driver not loaded for GL-A1300
LEDE Commits
lede-commits at lists.infradead.org
Sat Dec 10 18:07:57 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1c169d28ff79cb8cee0abb534ba04bdfe51f4129
commit 1c169d28ff79cb8cee0abb534ba04bdfe51f4129
Author: Weiping Yang <weiping.yang at gl-inet.com>
AuthorDate: Wed Dec 7 23:03:35 2022 -0500
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 at gl-inet.com>
---
.../ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-a1300.dts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-a1300.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-a1300.dts
index 5993243dc9..a742138cdf 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-a1300.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4018-gl-a1300.dts
@@ -267,6 +267,14 @@
pinctrl-names = "default";
};
+&usb2 {
+ status = "okay";
+};
+
+&usb3 {
+ status = "okay";
+};
+
&usb2_hs_phy {
status = "okay";
};
More information about the lede-commits
mailing list