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 2DD37250EB; Mon, 13 Nov 2023 20:31:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GQ56aqx3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5FB1BC433C9; Mon, 13 Nov 2023 20:31:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699907502; bh=fIARVbAefPJU30DddQ1rgV4vuTrk0KJXRxsHjap3SPc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GQ56aqx3L5+oc843PafhWwRe9LSIfrJkXlAZyn4pAKiJk8nkwDPbGz7xGB0/RqgWI FGnnkvOTBVW0stF6Nays6N4CAqat8dWY/RvWnZRKtuHwrd1/if8dxbfXan9s+scbhx 3FSzORu6SL7Fv6xWwOwD3YlRtwwwa77FFsDguQXBAHsoL4WQu7+bzm02EdsUqVB8xq PNVfylEgf0H7ENR9w8wAac0hmyHZQQhFXA6qjjWxrYwHr93RSD28zgfy4rL0Nln8/Q z2ZfB3DiidattULbCqbo64l+lt/iPQeeAa9+UuqTlBSu4oM8HdDiDtdaAD/10xIWDW Apv81Ne1eoPMQ== Date: Mon, 13 Nov 2023 20:31:39 +0000 From: Conor Dooley To: Francesco Dolcini Cc: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Piyush Mehta , Michal Simek , Stefan Eichenberger , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Francesco Dolcini Subject: Re: [PATCH v1 1/2] dt-bindings: usb: microchip,usb5744: Add second supply Message-ID: <20231113-extruding-regroup-8c26fe2eec63@squawk> References: <20231113145921.30104-1-francesco@dolcini.it> <20231113145921.30104-2-francesco@dolcini.it> <20231113-jargon-manliness-584f34a5cf85@squawk> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Y1ODAo1e3RHl1YOW" Content-Disposition: inline In-Reply-To: --Y1ODAo1e3RHl1YOW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 13, 2023 at 09:08:10PM +0100, Francesco Dolcini wrote: > Hello Conor, > thanks for the review. >=20 > On Mon, Nov 13, 2023 at 07:55:20PM +0000, Conor Dooley wrote: > > On Mon, Nov 13, 2023 at 03:59:20PM +0100, Francesco Dolcini wrote: > > > From: Stefan Eichenberger > > >=20 > > > The USB5744 has two power supplies one for 3V3 and one for 1V2. Add t= he > > > second supply to the USB5744 DT binding. > > >=20 > > > Signed-off-by: Stefan Eichenberger > > > Signed-off-by: Francesco Dolcini > > > --- > > > .../devicetree/bindings/usb/microchip,usb5744.yaml | 7 +++++= +- > > > 1 file changed, 6 insertions(+), 1 deletion(-) > > >=20 > > > diff --git a/Documentation/devicetree/bindings/usb/microchip,usb5744.= yaml b/Documentation/devicetree/bindings/usb/microchip,usb5744.yaml > > > index ff3a1707ef57..6d4cfd943f58 100644 > > > --- a/Documentation/devicetree/bindings/usb/microchip,usb5744.yaml > > > +++ b/Documentation/devicetree/bindings/usb/microchip,usb5744.yaml > > > @@ -36,7 +36,11 @@ properties: > > > =20 > > > vdd-supply: > > > description: > > > - VDD power supply to the hub > > > + 3V3 power supply to the hub > > > + > > > + vdd2-supply: > > > + description: > > > + 1V2 power supply to the hub > >=20 > > How about v1p2-supply? >=20 > The reason for vdd2 is this I see. Acked-by: Conor Dooley Cheers, Conor. --Y1ODAo1e3RHl1YOW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZVKHqAAKCRB4tDGHoIJi 0mNjAP9fUcaKxFMcv3wv7oSMVK4Tu6svAPmuTFLJRlXDXPbO5QD8DIgec0uLbdKm Ikp0/BZFsla62RWFEecdOwC5K+OG+wM= =fEzx -----END PGP SIGNATURE----- --Y1ODAo1e3RHl1YOW--