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:
@@ -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>;
|
||||||
|
|||||||
Reference in New Issue
Block a user