Skip to content
Snippets Groups Projects
Commit 24cde151 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

dts:mc3: Fixed OTG mode on DWC3.0

When the dr_mode is set to peripheral, the CC logic driver (PTN5150) does
not start correctly and the power delivery isn't activated on the
USB-C port.

BCS 746-001313
parent d72f5ed2
No related branches found
No related tags found
2 merge requests!455CI: Update gitlab-ci,!295dts:mc3: Fixed OTG mode on DWC3.0
Pipeline #59271 passed with stage
in 10 seconds
......@@ -1077,12 +1077,12 @@ &usb3_0 {
};
&usb_dwc3_0 {
dr_mode = "peripheral";
dr_mode = "otg";
hnp-disable;
srp-disable;
adp-disable;
usb-role-switch;
role-switch-default-mode = "none";
role-switch-default-mode = "peripheral";
snps,dis-u1-entry-quirk;
snps,dis-u2-entry-quirk;
status = "okay";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment