mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
usb: gadget: dnl: set dnl to be super speed
Set its max_speed to be super speed. Reviewed-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peter Chen <peter.chen@nxp.com> Tested-by: faqiang.zhu <faqiang.zhu@nxp.com> Signed-off-by: Li Jun <jun.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
761dfe0fb2
commit
429e2f299f
@ -286,6 +286,7 @@ static struct usb_composite_driver g_dnl_driver = {
|
|||||||
.name = NULL,
|
.name = NULL,
|
||||||
.dev = &device_desc,
|
.dev = &device_desc,
|
||||||
.strings = g_dnl_composite_strings,
|
.strings = g_dnl_composite_strings,
|
||||||
|
.max_speed = USB_SPEED_SUPER,
|
||||||
|
|
||||||
.bind = g_dnl_bind,
|
.bind = g_dnl_bind,
|
||||||
.unbind = g_dnl_unbind,
|
.unbind = g_dnl_unbind,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user