Re: [PATCH 3/3] usb: ucsi: ccg: Add support for CYPD6129 (CCG6)

From: Dmitry Baryshkov

Date: Wed May 20 2026 - 06:08:39 EST


On Wed, May 20, 2026 at 03:07:34PM +0530, Akash Kumar wrote:
> Add "cypress,cypd6129" to the UCSI CCG driver match table so the driver
> can bind to CCG6-based platforms using this controller.
>
> This is required for monza SOM USB-C support.
>
> Signed-off-by: Akash Kumar <akash.kumar@xxxxxxxxxxxxxxxx>
> ---
> drivers/usb/typec/ucsi/ucsi_ccg.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/typec/ucsi/ucsi_ccg.c b/drivers/usb/typec/ucsi/ucsi_ccg.c
> index 199799b319c2..0695ce348135 100644
> --- a/drivers/usb/typec/ucsi/ucsi_ccg.c
> +++ b/drivers/usb/typec/ucsi/ucsi_ccg.c
> @@ -1520,6 +1520,7 @@ static void ucsi_ccg_remove(struct i2c_client *client)
>
> static const struct of_device_id ucsi_ccg_of_match_table[] = {
> { .compatible = "cypress,cypd4226", },
> + { .compatible = "cypress,cypd6129", },

As you are using cypress,cypd4226 as a fallback compat, driver changes
are unnecessary.

> { /* sentinel */ }
> };
> MODULE_DEVICE_TABLE(of, ucsi_ccg_of_match_table);
> --
> 2.43.0
>

--
With best wishes
Dmitry