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:
Ren Jianing
2020-03-20 10:16:23 +08:00
committed by Tao Huang
parent b60d44eacb
commit 1fc106e935

View File

@@ -437,3 +437,13 @@
supports-sdio;
status = "okay";
};
&usbdrd {
status = "okay";
usbdrd_dwc3 {
status = "okay";
/delete-property/ phys;
dr_mode = "peripheral";
};
};