提交 b2f8f33a 编写于 作者: K Krzysztof Kozlowski 提交者: Chen Jun

ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU

stable inclusion
from stable-5.10.3
commit d012f0c8367b7d70282e1b0e05f2dc7e7ac54f3e
bugzilla: 46871

--------------------------------

commit ecc1ff53 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: 8149afe4 ("ARM: dts: exynos: Add initial support for Odroid XU board")
Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20201015182044.480562-1-krzk@kernel.orgTested-by: NGabriel Ribba Esteva <gabriel.ribbae@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
上级 f306e18b
......@@ -637,11 +637,11 @@
};
&usbdrd_dwc3_0 {
dr_mode = "host";
dr_mode = "peripheral";
};
&usbdrd_dwc3_1 {
dr_mode = "peripheral";
dr_mode = "host";
};
&usbdrd3_0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册