mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
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:
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>;
|
||||
|
||||
Reference in New Issue
Block a user