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

From: Akash Kumar

Date: Wed May 20 2026 - 05:47:03 EST


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", },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, ucsi_ccg_of_match_table);
--
2.43.0