buildroot: Enable USB3 phy for W400 [1/1]

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>
This commit is contained in:
Blance Tang
2019-05-08 10:54:54 +08:00
committed by Jianxin Pan
parent 3f864a1f4b
commit bd96889410
4 changed files with 8 additions and 8 deletions

View File

@@ -1489,7 +1489,7 @@
&usb3_phy_v2 {
status = "okay";
portnum = <0>;
portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
@@ -1517,7 +1517,7 @@
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
status = "okay";
status = "disable";
};
&saradc {

View File

@@ -1455,7 +1455,7 @@
&usb3_phy_v2 {
status = "okay";
portnum = <0>;
portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
@@ -1483,7 +1483,7 @@
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
status = "okay";
status = "disable";
};
&saradc {

View File

@@ -1489,7 +1489,7 @@
&usb3_phy_v2 {
status = "okay";
portnum = <0>;
portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
@@ -1517,7 +1517,7 @@
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
status = "okay";
status = "disable";
};
&saradc {

View File

@@ -1456,7 +1456,7 @@
&usb3_phy_v2 {
status = "okay";
portnum = <0>;
portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
@@ -1484,7 +1484,7 @@
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
status = "okay";
status = "disable";
};
&saradc {