]> Git Repo - J-u-boot.git/commitdiff
gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM
authorJagan Teki <[email protected]>
Tue, 19 Nov 2019 08:26:17 +0000 (13:56 +0530)
committerKever Yang <[email protected]>
Sat, 23 Nov 2019 14:29:49 +0000 (22:29 +0800)
Add 0x310c for rk3128 gadget product number.

Tested-by: Levin Du <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
drivers/usb/gadget/Kconfig

index e120b48b331541be3ae5edce1a45cc69a2ecc2bd..2da8b40e057b9aed2a10b05c057355eb35695f45 100644 (file)
@@ -59,6 +59,7 @@ config USB_GADGET_PRODUCT_NUM
        hex "Product ID of the USB device"
        default 0x1010 if ARCH_SUNXI
        default 0x310a if ROCKCHIP_RK3036
+       default 0x310c if ROCKCHIP_RK3128
        default 0x320a if ROCKCHIP_RK3229 || ROCKCHIP_RK3288
        default 0x330a if ROCKCHIP_RK3328
        default 0x0
This page took 0.027234 seconds and 4 git commands to generate.