[U-Boot] [PATCH V5 09/18] usb: gadget: mv_udc: set is_dualspeed = 1

Troy Kisky troy.kisky at boundarydevices.com
Thu Sep 26 03:41:09 CEST 2013


This controller support full and high speed.

Signed-off-by: Troy Kisky <troy.kisky at boundarydevices.com>

---
v4: no change
v5: no change
---
 drivers/usb/gadget/mv_udc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c
index 4910659..0591111 100644
--- a/drivers/usb/gadget/mv_udc.c
+++ b/drivers/usb/gadget/mv_udc.c
@@ -109,6 +109,7 @@ static struct mv_drv controller = {
 	.gadget	= {
 		.name	= "mv_udc",
 		.ops	= &mv_udc_ops,
+		.is_dualspeed = 1,
 	},
 };
 
-- 
1.8.1.2



More information about the U-Boot mailing list