mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: dts: rockchip: enable usb for rv11xx-evb-v10
This patch makes OTG port work in peripheral mode only. In addition, note that Host port and the Naneng USB 2.0 driver is not enabled. Change-Id: I2dad596115688d08cb091596a1bb9b905612b3c6 Signed-off-by: Ren Jianing <jianing.ren@rock-chips.com>
This commit is contained in:
@@ -437,3 +437,13 @@
|
||||
supports-sdio;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdrd {
|
||||
status = "okay";
|
||||
|
||||
usbdrd_dwc3 {
|
||||
status = "okay";
|
||||
/delete-property/ phys;
|
||||
dr_mode = "peripheral";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user