PD#SWPL-8189
Problem:
USB3 disk can't be detected
USB3 phy is disabled on dts file, but HW connection is OK in W400
platform
Solution:
Enable USB3 phy in W400 dts file
Verify:
Local
Change-Id: I3bf1cf2619946d82aedc1c18840ebed34bbc2fdd
Signed-off-by: Blance Tang <guofeng.tang@amlogic.com>
&usb3_phy_v2 {
status = "okay";
- portnum = <0>;
+ portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
- status = "okay";
+ status = "disable";
};
&saradc {
&usb3_phy_v2 {
status = "okay";
- portnum = <0>;
+ portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
- status = "okay";
+ status = "disable";
};
&saradc {
&usb3_phy_v2 {
status = "okay";
- portnum = <0>;
+ portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
- status = "okay";
+ status = "disable";
};
&saradc {
&usb3_phy_v2 {
status = "okay";
- portnum = <0>;
+ portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
- status = "okay";
+ status = "disable";
};
&saradc {