arm64: dts: rockchip: config dr_mode as otg for usb on rk3328-evb
authorWilliam Wu <william.wu@rock-chips.com>
Wed, 7 Jun 2017 14:19:13 +0000 (22:19 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 12 Jun 2017 02:57:03 +0000 (10:57 +0800)
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>
arch/arm64/boot/dts/rockchip/rk3328-evb.dts

index 07f259794707021b8b393fe57c77380632e4807b..060cd5020554ad1d45c14fcd40ae557964fa340a 100644 (file)
 };
 
 &usb20_otg {
-       dr_mode = "peripheral";
        status = "okay";
 };