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 3A601395731; Thu, 22 Jan 2026 17:06:53 +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=1769101613; cv=none; b=RqDtlEhamefCAgJ191Xra1ZbUmeSi8TsulFWWBQwGAOn5DV58KVluHsFXUpfTpqGDywD3P8Kfj9u/rIGdc9TAaH1GtsJL8YslwbRFboP0CGoi6r68ya57ejKNgfHC1031CjRMx2jkGgUFzk3PAi6haSdjGFXDn9djiUlTw/+5oA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769101613; c=relaxed/simple; bh=riDE5Q5BDE4FI/xKxhVniW2Qhd4SP6QksPMOACfu2/M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eIdc2sIjuXVp3279iw5s3f7IPJ1t3RECCiqLF+IRq8R33C6FtxrP3sqIrvSLo6D1y49SGs0XK3BdCKbpvKh/Nx8s9xx5PvigSN/Q2bfyBhqIbOTi/2KO28JuNyV3FTY1zeUkmxaEMTsd+DZhTG/PSEZG5skDmZPnw2nQu14LOas= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hdKExb2s; 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="hdKExb2s" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67534C116C6; Thu, 22 Jan 2026 17:06:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769101612; bh=riDE5Q5BDE4FI/xKxhVniW2Qhd4SP6QksPMOACfu2/M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hdKExb2sEIKcJjvZGqffcSS2/X1AbgL8H287wRZVxqjkqCCbFN1zOCtIIEQbe5wIb 4k7gBZsR10FwWyAWuMxTfoKU+/bTstVr8Lz+O6adTPPZcd0J3wZ0grO7m0ViRY4avz UvBap2V2rT1pkXTDA6WCvjM/Fr4sZ7AVhHM+hj1wlZtpTNh4zWhGkySOAKGJbpc13T SFTgMAAqdot1fp++cyL8dV9y/2yN7As4npdSyjcwh1b81uTGyUlCVFuNh75Df/kuIM DxohTvbNOtq4sTCMi6H51wwLtpbw4iqICx2x89XzacTd1mUd7HKWrKvR7aZx/FPVCB ZZFDPfqpcTN8w== Date: Thu, 22 Jan 2026 11:06:51 -0600 From: Rob Herring To: Swati Agarwal Cc: Greg Kroah-Hartman , Krzysztof Kozlowski , Conor Dooley , Icenowy Zheng , Matthias Kaehlcke , Mike Looijmans , Stephen Boyd , Dmitry Baryshkov , Jens Glathe , Chaoyi Chen , J =?iso-8859-1?Q?=2E_Neusch=E4fer?= , Pin-yen Lin , Catalin Popescu , Bjorn Andersson , Konrad Dybcio , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v5 1/4] dt-bindings: usb: Add binding for Genesys Logic GL3590 hub Message-ID: <20260122170651.GA2632938-robh@kernel.org> References: <20260122092852.887624-1-swati.agarwal@oss.qualcomm.com> <20260122092852.887624-2-swati.agarwal@oss.qualcomm.com> 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: <20260122092852.887624-2-swati.agarwal@oss.qualcomm.com> On Thu, Jan 22, 2026 at 02:58:49PM +0530, Swati Agarwal wrote: > Add the binding for the USB3.2 Genesys Logic GL3590 hub. > GL3590 hub requires 1.2V and 3.3V supplies for operation. > > Signed-off-by: Swati Agarwal > --- > .../bindings/usb/genesys,gl850g.yaml | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml b/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml > index 9a94b2a74a1e..6ab13785e832 100644 > --- a/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml > +++ b/Documentation/devicetree/bindings/usb/genesys,gl850g.yaml > @@ -15,6 +15,7 @@ properties: > - usb5e3,608 > - usb5e3,610 > - usb5e3,620 > + - usb5e3,625 > - usb5e3,626 > > reg: true > @@ -26,6 +27,10 @@ properties: > description: > The regulator that provides 3.3V or 5.0V core power to the hub. > > + vdd12-supply: > + description: > + The regulator that provides 1.2V power to the hub. > + > peer-hub: true > > ports: > @@ -56,6 +61,7 @@ allOf: > properties: > peer-hub: false > vdd-supply: false > + vdd12-supply: false > > - if: > properties: > @@ -68,6 +74,19 @@ allOf: > properties: > peer-hub: true > vdd-supply: true > + vdd12-supply: false > + > + - if: > + properties: > + compatible: > + contains: > + enum: > + - usb5e3,625 > + then: > + properties: > + peer-hub: true > + vdd-supply: true > + vdd12-supply: true Comment on v4 still applies. All the 'true' lines are pointless. Rob