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-11-14 22:55:12 +01:00
committed by Thierry Reding
parent 7beff596dd
commit a72c3372ad
@@ -526,7 +526,7 @@
ports {
usb2-0 {
status = "okay";
mode = "peripheral";
mode = "otg";
usb-role-switch;
vbus-supply = <&vdd_5v0_usb>;