arm64: dts: rockchip: Change the dr_mode from peripheral to otg for rk1808

Use the driver to auto switch the host/peripheral mode for rk1808,
so the dr_mode must be otg.

Change-Id: I9b05e06bacd141d5fbd00a9751f2a12a4e4385c8
Signed-off-by: David.Wu <david.wu@rock-chips.com>
This commit is contained in:
David.Wu
2018-12-07 14:53:10 +08:00
committed by Tao Huang
parent 833c56149e
commit cd59e670a8

View File

@@ -231,7 +231,7 @@
compatible = "snps,dwc3";
reg = <0x0 0xfd000000 0x0 0x200000>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
dr_mode = "peripheral";
dr_mode = "otg";
phys = <&u2phy_otg>, <&combphy PHY_TYPE_USB3>;
phy-names = "usb2-phy", "usb3-phy";
phy_type = "utmi_wide";