Re: [PATCH RFC 2/2] usb: typec: Add support for Parade PS8830 Type-C Retimer

From: Konrad Dybcio
Date: Thu Aug 29 2024 - 15:18:00 EST


On 29.08.2024 8:44 PM, Abel Vesa wrote:
> The Parade PS8830 is a Type-C muti-protocol retimer controlled over I2C.
> It provides both altmode and orientation handling.
>
> Add a driver with support for the following modes:
> - DP 4lanes
> - USB3
> - DP 2lanes + USB3
>
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
> ---

[...]

> + retimer->supplies[0].supply = "vdd33";
> + retimer->supplies[1].supply = "vdd18";
> + retimer->supplies[2].supply = "vdd15";

1.15?

Konrad