From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 99C7D39FC1; Thu, 29 Aug 2024 19:17:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724959071; cv=none; b=QjLitWw9ETVMD2zoOxq9Gpty6orVOqqOBcOTtuY2BM0RWYnoLWGCjg0NI1T1fVpUnL+JakuaISM+LsI2SXF+o8tyuDWEQfjld+4BKkewgo+M6UaDUTscW4JYoOHs0/FWO4CbsfCE4Etk6uE0BFk/k/fUf8MIMYUy55Zf513IKW8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724959071; c=relaxed/simple; bh=D1pwolbhKxBhlHU8BrJEAN68+m9aF26/PtnnDlz1FzQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=jWBoDpHqzUYltJgyZsZGWby21kVNMBHajQqNPwW3bpfSKIHkMhgJK29JhY441oA/yxaKrJer4Rh2svmvO6Hqkr5V6Yb7xuSJ0FKd/+CJM5NKhvbcy1HWrJ0ByEcUCuDIYodLZrvBWy7SxBJH+e6viKyGCJE0dIxb9lfOPAd2MIM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=H/PwZUHC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="H/PwZUHC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86B81C4CEC1; Thu, 29 Aug 2024 19:17:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724959071; bh=D1pwolbhKxBhlHU8BrJEAN68+m9aF26/PtnnDlz1FzQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=H/PwZUHCEMUAZHGSgvtU7b0aljQtchgVHXQjoH/6FhMJvmtFF1JkwCkkc1n6yEdcH xuGotQdmJmUPFfCWM0jDBGeYYr3RKP/upFgT2/aqtEBBjIs1TX130fBjIq9i9Fm2nf AHkB2C0XFDI14E8T/+5XAvWtR/EAVprPgNy+s9m2xw8Cad9mdcJaCiC8R0uQ59KhPs Yx6EZb/ZVOYID8qe4RfFIoVMLSM4HNcAaOId/ggNB3JXS+FLVbvFpgWNR0VUp/9wgb f6yk+dUMFDV8X35A0fbPrPW/ExradjGBxdg2UBPQsGMct+ntBanuYiPXCl9vHL1n/x ljlmhb1ZjExBg== Message-ID: Date: Thu, 29 Aug 2024 21:17:43 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH RFC 2/2] usb: typec: Add support for Parade PS8830 Type-C Retimer To: Abel Vesa , Heikki Krogerus , Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Bjorn Andersson , Konrad Dybcio , Rajendra Nayak , Sibi Sankar , Johan Hovold , Dmitry Baryshkov , Trilok Soni , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org References: <20240829-x1e80100-ps8830-v1-0-bcc4790b1d45@linaro.org> <20240829-x1e80100-ps8830-v1-2-bcc4790b1d45@linaro.org> Content-Language: en-US From: Konrad Dybcio In-Reply-To: <20240829-x1e80100-ps8830-v1-2-bcc4790b1d45@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 > --- [...] > + retimer->supplies[0].supply = "vdd33"; > + retimer->supplies[1].supply = "vdd18"; > + retimer->supplies[2].supply = "vdd15"; 1.15? Konrad