Skip to content

Commit

Permalink
ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU
Browse files Browse the repository at this point in the history
commit ecc1ff5 upstream.

On Odroid XU board the USB3-0 port is a microUSB and USB3-1 port is USB
type A (host).  The roles were copied from Odroid XU3 (Exynos5422)
design which has it reversed.

Fixes: 8149afe ("ARM: dts: exynos: Add initial support for Odroid XU board")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20201015182044.480562-1-krzk@kernel.org
Tested-by: Gabriel Ribba Esteva <gabriel.ribbae@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
krzk authored and gregkh committed Dec 30, 2020
1 parent 4202cbb commit 2c6f6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos5410-odroidxu.dts
Expand Up @@ -637,11 +637,11 @@
};

&usbdrd_dwc3_0 {
dr_mode = "host";
dr_mode = "peripheral";
};

&usbdrd_dwc3_1 {
dr_mode = "peripheral";
dr_mode = "host";
};

&usbdrd3_0 {
Expand Down

0 comments on commit 2c6f6cd

Please sign in to comment.