arm64: dts: rockchip: config dr_mode as otg for usb on rk3328-evb

Because we have supported to force otg mode for rk3328 in the commit
2b9b897141f1 ("phy: rockchip-inno-usb2: support to force otg mode"),
so let's config dr_mode as otg for usb otg port, and then user can
use otg peripheral mode and host mode as needed.

Change-Id: I6f55fb2aad1b8c49498af829475a8b59215251e5
Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
William Wu
2017-06-07 22:19:13 +08:00
committed by Huang, Tao
parent 1c4fdac604
commit 01e1edeadc

View File

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