buildroot: Enable USB3 phy for W400 [1/1]
authorBlance Tang <guofeng.tang@amlogic.com>
Wed, 8 May 2019 02:54:54 +0000 (10:54 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Mon, 13 May 2019 08:17:51 +0000 (01:17 -0700)
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>
arch/arm/boot/dts/amlogic/g12b_a311d_w400_buildroot.dts
arch/arm/boot/dts/amlogic/g12b_a311d_w400_buildroot_a.dts
arch/arm64/boot/dts/amlogic/g12b_a311d_w400_buildroot.dts
arch/arm64/boot/dts/amlogic/g12b_a311d_w400_buildroot_a.dts

index 2d97205..885392d 100644 (file)
 
 &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 {
index 4439114..25dfa65 100644 (file)
 
 &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 {
index 99fcdd2..2a76101 100644 (file)
 
 &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 {
index 60535b9..96efef2 100644 (file)
 
 &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 {