usb: fix u211 dts setting.

PD#162619: usb: fix u211 dts setting.

Change-Id: I098f9d857272ce94ddb9fe16d876b4e0b2e0d8e8
Signed-off-by: Yue Wang <yue.wang@amlogic.com>
This commit is contained in:
Yue Wang
2018-03-21 12:18:12 +08:00
committed by Jianxin Pan
parent b54f713390
commit 31e9b44277

View File

@@ -1072,16 +1072,14 @@
&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";
@@ -1240,7 +1238,7 @@
&pcie_A {
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
status = "okay";
status = "disable";
};
&meson_cooldev {