usb: fix u211 dts setting.
authorYue Wang <yue.wang@amlogic.com>
Wed, 21 Mar 2018 04:18:12 +0000 (12:18 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Fri, 23 Mar 2018 02:28:59 +0000 (18:28 -0800)
PD#162619: usb: fix u211 dts setting.

Change-Id: I098f9d857272ce94ddb9fe16d876b4e0b2e0d8e8
Signed-off-by: Yue Wang <yue.wang@amlogic.com>
arch/arm64/boot/dts/amlogic/g12a_s905x2_u211.dts

index 4ed56e2..0913654 100644 (file)
 
 &usb3_phy_v2 {
        status = "okay";
-       portnum = <0>;
-       otg = <1>;
-       gpio-vbus-power = "GPIOH_6";
-       gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
+       portnum = <1>;
+       otg = <0>;
 };
 
 &dwc2_a {
        status = "okay";
        /** 0: normal, 1: otg+dwc3 host only, 2: otg+dwc3 device only*/
-       controller-type = <3>;
+       controller-type = <1>;
 };
 &ethmac {
        status = "okay";
 
 &pcie_A {
        reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
-       status = "okay";
+       status = "disable";
 };
 
 &meson_cooldev {