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 AmadeusGhost
parent 177dddfaf2
commit aa4ef903bd

View File

@ -21,6 +21,18 @@
}; };
soc { soc {
rng@22000 {
status = "okay";
};
mdio@90000 {
status = "okay";
};
ess-psgmii@98000 {
status = "okay";
};
tcsr@1949000 { tcsr@1949000 {
compatible = "qcom,tcsr"; compatible = "qcom,tcsr";
reg = <0x1949000 0x100>; reg = <0x1949000 0x100>;
@ -28,7 +40,6 @@
}; };
tcsr@194b000 { tcsr@194b000 {
/* select hostmode */
compatible = "qcom,tcsr"; compatible = "qcom,tcsr";
reg = <0x194b000 0x100>; reg = <0x194b000 0x100>;
qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>; qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
@ -46,6 +57,7 @@
reg = <0x1957000 0x100>; reg = <0x1957000 0x100>;
qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>; qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
}; };
usb2@60f8800 { usb2@60f8800 {
status = "okay"; status = "okay";
}; };
@ -114,26 +126,10 @@
}; };
}; };
&prng {
status = "okay";
};
&mdio {
status = "okay";
};
&blsp_dma { &blsp_dma {
status = "okay"; status = "okay";
}; };
&watchdog {
status = "okay";
};
&crypto {
status = "okay";
};
&cryptobam { &cryptobam {
status = "okay"; status = "okay";
}; };
@ -220,9 +216,9 @@
}; };
partition@180000 { partition@180000 {
label = "log"; label = "log";
reg = <0x00180000 0x00020000>; reg = <0x00180000 0x00020000>;
}; };
}; };
}; };
@ -286,9 +282,9 @@
}; };
&blsp1_i2c3 { &blsp1_i2c3 {
status = "okay"; pinctrl-0 = <&i2c_0_pins>;
pinctrl-0 = <&i2c_0_pins>; pinctrl-names = "default";
pinctrl-names = "default"; status = "okay";
}; };
&usb2_hs_phy { &usb2_hs_phy {