mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
HACK: arm64: dts: rk3399-android: fixing the adb function cannot be used
This is a HACK patch setting dwc3 dr-mode from otg to peripheral. Change-Id: I4a6ba065e0369315e95f6ad251b58cc16b1c4e81 Signed-off-by: Jianing Ren <jianing.ren@rock-chips.com>
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
};
|
||||
|
||||
&usbdrd_dwc3_0 {
|
||||
dr_mode = "otg";
|
||||
dr_mode = "peripheral";
|
||||
};
|
||||
|
||||
&iep {
|
||||
|
||||
Reference in New Issue
Block a user