mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
arm64: tegra: smaug: Add usb-role-switch support
The USB2 port on Smaug is configured for OTG operation but lacked the required 'usb-role-switch' property, leading to a failed probe and a non-functioning USB port. Add the property along with setting the default role to host. Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
c256740c4b
commit
dfa93788dd
|
|
@ -1821,6 +1821,8 @@ usb2-0 {
|
|||
status = "okay";
|
||||
vbus-supply = <&usbc_vbus>;
|
||||
mode = "otg";
|
||||
usb-role-switch;
|
||||
role-switch-default-mode = "host";
|
||||
};
|
||||
|
||||
usb3-0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user