Devicetree
 help / color / mirror / Atom feed
From: Xu Yang <xu.yang_2@nxp.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: gregkh@linuxfoundation.org, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com, andersson@kernel.org,
	linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	jun.li@nxp.com
Subject: Re: [PATCH 1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for PTN36043
Date: Tue, 30 Jul 2024 19:23:02 +0800	[thread overview]
Message-ID: <20240730112302.7l3h5blafioghmyq@hippo> (raw)
In-Reply-To: <7gojzjkcpq753x2eb67osvvwfzxytqkm6sxm5qyank4qpdmdnb@mdunl7yq5wd6>

On Tue, Jul 30, 2024 at 02:12:32PM +0300, Dmitry Baryshkov wrote:
> On Tue, Jul 30, 2024 at 10:58:44AM GMT, Xu Yang wrote:
> > On Mon, Jul 29, 2024 at 10:57:33PM +0300, Dmitry Baryshkov wrote:
> > > On Mon, Jul 29, 2024 at 04:10:37PM GMT, Xu Yang wrote:
> > > > Add a compatible entry for the NXP PTN36043 GPIO-based mux hardware
> > > > used for connecting, disconnecting and switching orientation of
> > > > the SBU lines in USB Type-C applications.
> > > 
> > > NAK, this is not correct. PTN36043 switchies SuperSpeed lines and not
> > > SBU.
> > 
> > Yes. Since this gpio mux is able to switch both sbu line and ss line,
> > I will change SBU to SuperSpeed in next version in commit message to avoid
> > confusion.
> 
> Ack. This needs new compatible and probably more schema (and driver)
> changes. I think you can't just terminate SS lanes in the mux, they
> should go to the actual SoC part (like the SS controller or PHY).

Thanks for your remainder. The SS signals already go to i.MX8MP soc (USB PHY)
on my board.

Thanks,
Xu Yang

> 
> > 
> > Thanks,
> > Xu Yang
> > 
> > > 
> > > > 
> > > > PTN36043 datasheet: https://www.nxp.com/docs/en/data-sheet/PTN36043A.pdf
> > > > 
> > > > Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
> > > > ---
> > > >  Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml | 1 +
> > > >  1 file changed, 1 insertion(+)
> > > > 
> > > > diff --git a/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml b/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml
> > > > index 8a5f837eff94..152849f744c1 100644
> > > > --- a/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml
> > > > +++ b/Documentation/devicetree/bindings/usb/gpio-sbu-mux.yaml
> > > > @@ -20,6 +20,7 @@ properties:
> > > >      items:
> > > >        - enum:
> > > >            - nxp,cbdtu02043
> > > > +          - nxp,ptn36043
> > > >            - onnn,fsusb43l10x
> > > >            - pericom,pi3usb102
> > > >            - ti,tmuxhs4212
> > > > -- 
> > > > 2.34.1
> > > > 
> > > 
> > > -- 
> > > With best wishes
> > > Dmitry
> 
> -- 
> With best wishes
> Dmitry

      reply	other threads:[~2024-07-30 11:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-29  8:10 [PATCH 1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for PTN36043 Xu Yang
2024-07-29  8:10 ` [PATCH 2/3] arm64: dts: imx8mp-evk: add typec node Xu Yang
2024-07-29  8:17   ` Krzysztof Kozlowski
2024-07-29  9:03     ` Xu Yang
2024-07-29  8:10 ` [PATCH 3/3] arm64: dts: imx8mq-evk: " Xu Yang
2024-07-29 19:56   ` Dmitry Baryshkov
2024-07-30  3:08     ` Xu Yang
2024-07-29  8:17 ` [PATCH 1/3] dt-bindings: usb: gpio-sbu-mux: Add an entry for PTN36043 Krzysztof Kozlowski
2024-07-29 18:52 ` Rob Herring (Arm)
2024-07-30  2:48   ` Xu Yang
2024-07-29 19:57 ` Dmitry Baryshkov
2024-07-30  2:58   ` Xu Yang
2024-07-30 11:12     ` Dmitry Baryshkov
2024-07-30 11:23       ` Xu Yang [this message]

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=20240730112302.7l3h5blafioghmyq@hippo \
    --to=xu.yang_2@nxp.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=festevam@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=imx@lists.linux.dev \
    --cc=jun.li@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@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