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
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>
This commit is contained in:
Aaron Kling
2025-05-13 16:14:51 -05:00
committed by Thomas Makin
parent fbb227f786
commit 21041900eb

View File

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