projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e786f75
)
arm64: dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc
author
Chen-Yu Tsai
<wens@csie.org>
Thu, 26 Nov 2020 07:33:34 +0000
(15:33 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Mon, 30 Nov 2020 00:07:38 +0000
(
01:07
+0100)
The board has a standard USB A female port connected to the USB OTG
controller's data pins. Set dr_mode in the OTG controller node to
indicate this usage, instead of having the implementation guess.
Fixes:
2171f4fdac06
("arm64: dts: rockchip: add roc-rk3328-cc board")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Link:
https://lore.kernel.org/r/20201126073336.30794-2-wens@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
index b70ffb1c6a6302bc70ee07dcb33c12263702e942..b76282e704de1879dbe5e33b57e44494b424ec99 100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
+++ b/
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
@@
-334,6
+334,7
@@
};
&usb20_otg {
+ dr_mode = "host";
status = "okay";
};