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 5A2C31D6786; Tue, 3 Sep 2024 07:13:27 +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=1725347607; cv=none; b=L+yYqmkaclZM7Kvc8cOXyaJq67VDzUyWbhnrSqot0dYDr9PnlHkOJlRozwJMaxPmweEgSO1Fp2EWDTCqWP2SYPXvqicVKCA3IE45lNjLGCPX/BDVW5ECv8tlzw8d3IAlQdDHJYFSezNx1RHHbTfEAyeUwxHIfTk2a63mcuKRdCM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725347607; c=relaxed/simple; bh=gdQzZXQlNJ2WddxY58vtzSE+Tx9smuEhfiUdnMoqg7g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SWLxgZlfmNr8O/W2e0lCuzBQJfJFd/ZIIkZ3ToK3FcCXsgsuTU5JhYXTQKQOVv+jNBEHRlgBmV7+cpbCcMmtPY64cuqgdPsjobC1FL4z/xsFLA03hBq71PIFBCBKJEKexG1k5DU5Ojdq0C5GSW1G3NakeqLk6lB5L6QjfXn0xtw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gs1AGCOE; 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="gs1AGCOE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC72BC4CEC5; Tue, 3 Sep 2024 07:13:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725347606; bh=gdQzZXQlNJ2WddxY58vtzSE+Tx9smuEhfiUdnMoqg7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gs1AGCOE0G9fqfFMaSn6iVu8Mq8LATc6F2Zfv81WpvPE9dRr3nnBEfcFkPCe+F4oi RxyaYqcDIUmPlyIbiiIAHo0f8PaJepNHUlB+EXBtkRAPZXakwUGiyutUpmAG1urLl6 90esgVCbA8qZJCGUeirSeGWISfaU4n7bFJUd3LFJazKHKn01VeWFKO4+m7kwqUyHMp mCpt73XfigcFJUqP9YPo50jpw4r77A1f+Xuhoi7EfSFTmHo/ICV0paScvwr21F7sCg YZ4ioGQh0SdO4b4zMI7us8SmiY1G0zC5S0nk/n2QGjfIAYD4CI/u1zG/N/IpX24GkK fiZmzoPriFhng== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1slNjS-000000000zP-0Wm6; Tue, 03 Sep 2024 09:13:42 +0200 Date: Tue, 3 Sep 2024 09:13:42 +0200 From: Johan Hovold To: Abel Vesa Cc: Heikki Krogerus , Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio , Rajendra Nayak , Sibi Sankar , Dmitry Baryshkov , Trilok Soni , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH RFC 1/2] dt-bindings: usb: Add Parade PS8830 Type-C retimer bindings Message-ID: References: <20240829-x1e80100-ps8830-v1-0-bcc4790b1d45@linaro.org> <20240829-x1e80100-ps8830-v1-1-bcc4790b1d45@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240829-x1e80100-ps8830-v1-1-bcc4790b1d45@linaro.org> On Thu, Aug 29, 2024 at 09:44:25PM +0300, Abel Vesa wrote: > Document bindings for the Parade PS8830 Type-C retimer. This retimer is > currently found on all boards featuring Qualcomm Snapdragon X Elite SoCs > and it is needed to provide altmode muxing between DP and USB. > + vdd15-supply: > + description: power supply (1.5V) As Konrad already pointed out, this appears to be a 1.15 V supply, in which case the name and description needs an update. > + > + vdd18-supply: > + description: power supply (1.8V) > + > + vdd33-supply: > + description: power supply (3.3V) Johan