diff options
author | Stefan Eichenberger <stefan.eichenberger@toradex.com> | 2021-12-12 00:13:59 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-15 19:29:54 +0300 |
commit | e6fd5c1e9fc5b35ad855cf748cc18b86776b6389 (patch) | |
tree | b2ac283c93db764e8a6c673fc1011024b9701646 /arch/arm/boot/dts/tegra124-nyan.dtsi | |
parent | ef6fb9875ce0f495115ebb22a635a1aaafc0f467 (diff) | |
download | linux-e6fd5c1e9fc5b35ad855cf748cc18b86776b6389.tar.xz |
ARM: tegra: Add usb-role-switch property to USB OTG ports
If an USB port is an OTG port, then we should add the usb-role-switch
property. Otherwise XUSB setup fails and therefore padctl is unable to
set up the ports. This leads to broken USB and PCIe ports. Add the
usb-role-switch properties to Tegra124 device-trees to fix the problem.
The error message shown without this patch is e.g:
usb2-0: usb-role-switch not found for otg mode
[digetx@gmail.com: improved commit message]
Tested-by: Thomas Graichen <thomas.graichen@gmail.com> # T124 Nyan Big
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-nyan.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra124-nyan.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124-nyan.dtsi b/arch/arm/boot/dts/tegra124-nyan.dtsi index 998b129321f8..cab0a6e95b7e 100644 --- a/arch/arm/boot/dts/tegra124-nyan.dtsi +++ b/arch/arm/boot/dts/tegra124-nyan.dtsi @@ -466,6 +466,7 @@ vbus-supply = <&vdd_usb1_vbus>; status = "okay"; mode = "otg"; + usb-role-switch; }; usb2-1 { |