From: Rob Herring <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Biju Das <biju.das.jz@bp.renesas.com>,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Add support for VBUS based on ID state
Date: Thu, 9 Oct 2025 08:15:43 -0500 [thread overview]
Message-ID: <20251009131543.GA379737-robh@kernel.org> (raw)
In-Reply-To: <odikli6rfdyid5oqavurtqytgnwgh5hpmka2jt5tprpdw7cd72@icpnjnkfowt7>
On Wed, Oct 08, 2025 at 09:31:59PM +0300, Dmitry Baryshkov wrote:
> On Wed, Oct 08, 2025 at 11:27:49PM +0530, Krishna Kurapati wrote:
> > Update the bindings to support reading ID state and VBUS, as per the
> > HD3SS3220 data sheet. The ID pin is kept high if VBUS is not at VSafe0V and
> > asserted low once VBUS is at VSafe0V, enforcing the Type-C requirement that
> > VBUS must be at VSafe0V before re-enabling VBUS.
> >
> > Add id-gpios property to describe the input gpio for USB ID pin and vbus-
> > supply property to describe the regulator for USB VBUS.
> >
> > Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
> > ---
> > .../devicetree/bindings/usb/ti,hd3ss3220.yaml | 13 +++++++++++++
> > 1 file changed, 13 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml
> > index bec1c8047bc0..c869eece39a7 100644
> > --- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml
> > +++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml
> > @@ -25,6 +25,19 @@ properties:
> > interrupts:
> > maxItems: 1
> >
> > + id-gpios:
> > + description:
> > + An input gpio for USB ID pin. Upon detecting a UFP device, HD3SS3220
> > + will keep ID pin high if VBUS is not at VSafe0V. Once VBUS is at VSafe0V,
> > + the HD3SS3220 will assert ID pin low. This is done to enforce Type-C
> > + requirement that VBUS must be at VSafe0V before re-enabling VBUS.
> > +
>
> Stray empty line?
>
> > + maxItems: 1
> > +
> > + vbus-supply:
> > + description: A phandle to the regulator for USB VBUS if needed when host
> > + mode or dual role mode is supported.
>
> Why are we adding the property here while we can use the vbus-supply of
> the usb-c-connector?
Normally, that's my question on both of these, too. However, it does
look like both are connected to the chip. There's VBUS_DET which is
connected to Vbus (thru a 900k resistor). So having these here does look
like accurate representation of the h/w. The commit message should make
this more clear. Honestly, that's really the only part I care about.
How it works is not so important.
Rob
next prev parent reply other threads:[~2025-10-09 13:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-08 17:57 [PATCH v2 0/2] Implement vbus support for HD3SS3220 port controller Krishna Kurapati
2025-10-08 17:57 ` [PATCH v2 1/2] dt-bindings: usb: ti,hd3ss3220: Add support for VBUS based on ID state Krishna Kurapati
2025-10-08 18:31 ` Dmitry Baryshkov
2025-10-09 13:15 ` Rob Herring [this message]
2025-10-09 14:38 ` Dmitry Baryshkov
2025-10-13 1:17 ` Krishna Kurapati PSSNV
2025-10-13 9:08 ` Dmitry Baryshkov
2025-10-14 2:39 ` Krishna Kurapati PSSNV
2025-10-14 13:28 ` Dmitry Baryshkov
2025-10-08 17:57 ` [PATCH v2 2/2] usb: typec: hd3ss3220: Enable VBUS based on ID pin state Krishna Kurapati
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251009131543.GA379737-robh@kernel.org \
--to=robh@kernel.org \
--cc=biju.das.jz@bp.renesas.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=krishna.kurapati@oss.qualcomm.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).