mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user