Skip to content

Commit dfa9378

Browse files
diogoivothierryreding
authored andcommitted
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>
1 parent c256740 commit dfa9378

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra210-smaug.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,8 @@
18211821
status = "okay";
18221822
vbus-supply = <&usbc_vbus>;
18231823
mode = "otg";
1824+
usb-role-switch;
1825+
role-switch-default-mode = "host";
18241826
};
18251827

18261828
usb3-0 {

0 commit comments

Comments
 (0)