All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Jonas Karlman <jonas@kwiboo.se>,
	Kever Yang <kever.yang@rock-chips.com>,
	Simon Glass <sjg@chromium.org>,
	Philipp Tomsich <philipp.tomsich@vrull.eu>,
	Tom Rini <trini@konsulko.com>, Lukasz Majewski <lukma@denx.de>,
	Mattijs Korpershoek <mkorpershoek@kernel.org>,
	Marek Vasut <marex@denx.de>
Cc: u-boot@lists.denx.de, Jonas Karlman <jonas@kwiboo.se>
Subject: Re: [PATCH v2 3/6] rockchip: Add default USB_GADGET_PRODUCT_NUM for RK3576
Date: Tue, 15 Jul 2025 10:03:36 +0200	[thread overview]
Message-ID: <871pqhnanb.fsf@kernel.org> (raw)
In-Reply-To: <20250711222132.204344-4-jonas@kwiboo.se>

Hi Jonas,

Thank you for the patch.

On Fri, Jul 11, 2025 at 22:21, Jonas Karlman <jonas@kwiboo.se> 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@kwiboo.se>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>

> ---
> 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.
> -- 
> 2.49.0

  reply	other threads:[~2025-07-15  8:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-11 22:21 [PATCH v2 0/6] rockchip: rk3576: Add rng, checkboard() and generic board Jonas Karlman
2025-07-11 22:21 ` [PATCH v2 1/6] arm64: dts: rockchip: add RK3576 RNG node Jonas Karlman
2025-08-30 14:43   ` Kever Yang
2025-07-11 22:21 ` [PATCH v2 2/6] rng: rockchip_rng: Add compatible for RK3576 Jonas Karlman
2025-08-30 14:43   ` Kever Yang
2025-07-11 22:21 ` [PATCH v2 3/6] rockchip: Add default USB_GADGET_PRODUCT_NUM " Jonas Karlman
2025-07-15  8:03   ` Mattijs Korpershoek [this message]
2025-08-30 14:43   ` Kever Yang
2025-07-11 22:21 ` [PATCH v2 4/6] board: rockchip: Add minimal generic RK3576 board Jonas Karlman
2025-07-11 22:21 ` [PATCH v2 5/6] rockchip: rk3576: Implement checkboard() to print SoC variant Jonas Karlman
2025-08-30 14:43   ` Kever Yang
2025-07-11 22:21 ` [PATCH v2 6/6] arm: dts: rockchip: Include OTP in U-Boot pre-reloc phase for RK3576 Jonas Karlman
2025-08-30 14:44   ` Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871pqhnanb.fsf@kernel.org \
    --to=mkorpershoek@kernel.org \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.com \
    --cc=lukma@denx.de \
    --cc=marex@denx.de \
    --cc=philipp.tomsich@vrull.eu \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.