mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
dts: S905Y2 can not switch adb/usb. [1/1]
PD#SWPL-13103 Problem: S905Y2 can not use adb. Solution: config dts, and switch the state in uboot. setenv otg_device 0 or 1. Verify: verify by faraday. Change-Id: If4cda761e346fb63d6918db74bc03f23cdcb3a1b Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
@@ -1168,7 +1168,7 @@
|
||||
&usb3_phy_v2 {
|
||||
status = "okay";
|
||||
portnum = <0>;
|
||||
otg = <1>;
|
||||
otg = <0>;
|
||||
gpio-vbus-power = "GPIOH_6";
|
||||
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
@@ -1176,7 +1176,7 @@
|
||||
&dwc2_a {
|
||||
status = "okay";
|
||||
/** 0: normal, 1: otg+dwc3 host only, 2: otg+dwc3 device only*/
|
||||
controller-type = <3>;
|
||||
controller-type = <1>;
|
||||
};
|
||||
ðmac {
|
||||
status = "disabled";
|
||||
|
||||
@@ -1165,7 +1165,7 @@
|
||||
&usb3_phy_v2 {
|
||||
status = "okay";
|
||||
portnum = <0>;
|
||||
otg = <1>;
|
||||
otg = <0>;
|
||||
gpio-vbus-power = "GPIOH_6";
|
||||
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
@@ -1173,7 +1173,7 @@
|
||||
&dwc2_a {
|
||||
status = "okay";
|
||||
/** 0: normal, 1: otg+dwc3 host only, 2: otg+dwc3 device only*/
|
||||
controller-type = <3>;
|
||||
controller-type = <1>;
|
||||
};
|
||||
ðmac {
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user