mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
ARM64: dts: rk3399-monkey: set usbdrd_dwc3_0 in peripheral mode
Set dwc3_0 in peripheral only mode until Type-C function is ready, and then we can set dwc3_0 in drd mode. Change-Id: I0ccb92db97244d7a34dd17c58757fc5aa1b11dac Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
This commit is contained in:
parent
ec831aa320
commit
5dea212de4
|
|
@ -133,3 +133,7 @@ &saradc {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdrd_dwc3_0 {
|
||||
dr_mode = "peripheral";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user