From: Paweł Jarosz Date: Fri, 29 Apr 2022 21:40:05 +0000 (+0200) Subject: rockchip: usb: gadget: add rk3066 product id X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=8fb5595525c77c7d1258975e83e09bec91b4d1b0;p=u-boot.git rockchip: usb: gadget: add rk3066 product id Product id of rk3066 usb otg is 0x300a. Signed-off-by: Paweł Jarosz Signed-off-by: Johan Jonker Reviewed-by: Kever Yang --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index d81a9c5a10..8c6cf47404 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -61,6 +61,7 @@ config USB_GADGET_PRODUCT_NUM hex "Product ID of the USB device" default 0x1010 if ARCH_SUNXI default 0x310a if ROCKCHIP_RK3036 + default 0x300a if ROCKCHIP_RK3066 default 0x310c if ROCKCHIP_RK3128 default 0x320a if ROCKCHIP_RK3229 || ROCKCHIP_RK3288 default 0x330a if ROCKCHIP_RK3328