Re: [PATCH 2/2] usb: typec: ucsi: itepd: Add DisplayPort alternate mode support

From: Krzysztof Kozlowski

Date: Sun Sep 13 2026 - 05:05:54 EST


On Fri, Sep 11, 2026 at 06:17:58PM +0800, Amber Kao wrote:
> + ret = itepd_bridges_add(itepd);
> + if (ret)
> + goto out_ucsi_unregister;
> +
> return 0;
>
> +out_ucsi_unregister:
> + ucsi_unregister(itepd->ucsi);
> out_free_irq:
> free_irq(client->irq, itepd);
> out_ucsi_destroy:
> @@ -330,6 +715,7 @@ static void itepd_remove(struct i2c_client *client)
>
> static const struct of_device_id itepd_of_match_table[] = {
> { .compatible = "ite,it8851" },
> + { .compatible = "ite,it5271" },

So devices are fully compatible?

Best regards,
Krzysztof