arm64: tegra: Set USB Micro-B port to OTG mode on P3450

The USB Micro-B port on p3450 is capable of OTG and doesn't need to be
hardcoded to peripheral. No other supported Tegra device is set up like
this, so align for consistency.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Aaron Kling 2025-05-26 20:22:26 -05:00 committed by Thierry Reding
parent 7beff596dd
commit a72c3372ad

View File

@ -526,7 +526,7 @@ pcie-6 {
ports {
usb2-0 {
status = "okay";
mode = "peripheral";
mode = "otg";
usb-role-switch;
vbus-supply = <&vdd_5v0_usb>;