mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02: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:
parent
833c56149e
commit
cd59e670a8
|
|
@ -231,7 +231,7 @@ usbdrd_dwc3: dwc3@fd000000 {
|
|||
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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user