1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

ARM: DTS: am335x-evm: Use USB0 in peripheral mode

This USB port is mainly used for RNDIS and DFU. To be able to use it with
DM_USB and DM_USB_GADGET, we need to provide a dr_mode value in the DTS.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Jean-Jacques Hiblot
2019-01-22 16:48:17 +01:00
committed by Tom Rini
parent 1c1464c2b1
commit db34e0ede0

View File

@@ -7,3 +7,7 @@
&mmc3 {
status = "disabled";
};
&usb0 {
dr_mode = "peripheral";
};