arm64: dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc

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: 2171f4fdac ("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>
This commit is contained in:
Chen-Yu Tsai 2020-11-26 15:33:34 +08:00 committed by Heiko Stuebner
parent e786f756d5
commit 4076a007bd
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@
};
&usb20_otg {
dr_mode = "host";
status = "okay";
};