-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm64: dts: rock 5b: Resolved the issue of PD negotiation failure #141
Conversation
What failure does this commit fix? |
It's a clone of radxa/kernel@ed89ea1 |
I don't have PD negotiation failure issue with current code. Why otg mode would make PD negotiation fall? This commit will disable otg role switch, which is a working feature. |
In my view: this is trying to fix something Amazingfate had already fixed way before Radxa. |
Tested on rock5b with no pd support in u-boot.
With this commit, cold boot tcpm log:
Without this commit, reboot tcpm log:
With this commit, reboot tcpm log:
I did not encounter boot loop issues. And from the log I can't see significant difference before and after this commit. |
Changes: * Update ov5647 driver * Update imx219 driver Signed-off-by: Stephen Chen <[email protected]>
usb-role-switch cannot be configured when set to host or peripheral mode.