diff options
author | Stefan Eichenberger <stefan.eichenberger@toradex.com> | 2021-12-11 22:13:59 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-15 17:29:54 +0100 |
commit | e6fd5c1e9fc5b35ad855cf748cc18b86776b6389 (patch) | |
tree | b2ac283c93db764e8a6c673fc1011024b9701646 /arch/arm/boot/dts/tegra124-venice2.dts | |
parent | ARM: tegra: Add device-tree for 1080p version of Nyan Big (diff) | |
download | linux-e6fd5c1e9fc5b35ad855cf748cc18b86776b6389.tar.xz linux-e6fd5c1e9fc5b35ad855cf748cc18b86776b6389.zip |
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-venice2.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra124-venice2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts index 7985d1cbc1c0..232c90604df9 100644 --- a/arch/arm/boot/dts/tegra124-venice2.dts +++ b/arch/arm/boot/dts/tegra124-venice2.dts @@ -973,7 +973,7 @@ usb2-0 { status = "okay"; mode = "otg"; - + usb-role-switch; vbus-supply = <&vdd_usb1_vbus>; }; |