diff options
| author | Paweł Jarosz <[email protected]> | 2022-04-29 23:40:05 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2022-06-29 11:28:15 +0800 |
| commit | 8fb5595525c77c7d1258975e83e09bec91b4d1b0 (patch) | |
| tree | 347ae52025f25bd44620b2d830dc2de774faa1f1 /drivers | |
| parent | 43c084ccbcc987d8b1e2b68964ec55db751f2fe2 (diff) | |
rockchip: usb: gadget: add rk3066 product id
Product id of rk3066 usb otg is 0x300a.
Signed-off-by: Paweł Jarosz <[email protected]>
Signed-off-by: Johan Jonker <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index d81a9c5a100..8c6cf47404f 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 |
