mirror of
https://xff.cz/git/u-boot/
synced 2025-10-14 22:42:01 +02:00
usb: gadget: mv_udc: set is_dualspeed = 1
This controller support full and high speed. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
This commit is contained in:
@@ -107,6 +107,7 @@ static struct mv_drv controller = {
|
||||
.gadget = {
|
||||
.name = "mv_udc",
|
||||
.ops = &mv_udc_ops,
|
||||
.is_dualspeed = 1,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user