]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
usb: gadget: dnl: set dnl to be super speed
authorLi Jun <jun.li@nxp.com>
Mon, 25 Jan 2021 13:43:56 +0000 (21:43 +0800)
committerMarek Vasut <marex@denx.de>
Sun, 31 Jan 2021 13:08:56 +0000 (14:08 +0100)
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>
drivers/usb/gadget/g_dnl.c

index 86fdd16b012576dbe409a621b31989285a6885a8..afb7b74f3057047f21e580fca4808c8302247551 100644 (file)
@@ -286,6 +286,7 @@ static struct usb_composite_driver g_dnl_driver = {
        .name = NULL,
        .dev = &device_desc,
        .strings = g_dnl_composite_strings,
+       .max_speed = USB_SPEED_SUPER,
 
        .bind = g_dnl_bind,
        .unbind = g_dnl_unbind,