[PATCH v3 2/8] rockchip: Add default USB_GADGET_PRODUCT_NUM for RK3576

Kever Yang kever.yang at rock-chips.com
Sat Aug 30 16:56:26 CEST 2025


On 2025/8/2 04:32, Jonas Karlman wrote:
> Use 0x350e as the default USB Product ID for Rockchip RK3576, same PID
> being used by the BootROM when the device is in MASKROM mode.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
> Reviewed-by: Mattijs Korpershoek <mkorpershoek at kernel.org>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
> v3: Collect r-b tag
> v2: New patch
> ---
>   drivers/usb/gadget/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
> index 46a83141481f..bab88567ea62 100644
> --- a/drivers/usb/gadget/Kconfig
> +++ b/drivers/usb/gadget/Kconfig
> @@ -86,6 +86,7 @@ config USB_GADGET_PRODUCT_NUM
>   	default 0x350a if ROCKCHIP_RK3568
>   	default 0x350b if ROCKCHIP_RK3588
>   	default 0x350c if ROCKCHIP_RK3528
> +	default 0x350e if ROCKCHIP_RK3576
>   	default 0x0
>   	help
>   	  Product ID of the USB device emulated, reported to the host device.


More information about the U-Boot mailing list