mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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>;
|
||||
};
|
||||
ðmac {
|
||||
status = "okay";
|
||||
@@ -1240,7 +1238,7 @@
|
||||
|
||||
&pcie_A {
|
||||
reset-gpio = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
status = "disable";
|
||||
};
|
||||
|
||||
&meson_cooldev {
|
||||
|
||||
Reference in New Issue
Block a user