From: Brian Norris <briannorris@chromium.org>
To: William Wu <william.wu@rock-chips.com>
Cc: huangtao@rock-chips.com, devicetree@vger.kernel.org,
heiko@sntech.de, groeck@google.com, frank.wang@rock-chips.com,
lin.huang@rock-chips.com, linux-kernel@vger.kernel.org,
kishon@ti.com, linux-rockchip@lists.infradead.org,
robh+dt@kernel.org, enric.balletbo@collabora.com,
John.Youn@synopsys.com, dianders@google.com,
daniel.meng@rock-chips.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/3] dt-bindings: phy: phy-rockchip-typec: add usb3 otg reset
Date: Wed, 17 Jan 2018 14:07:16 -0800 [thread overview]
Message-ID: <20180117220715.GA112833@google.com> (raw)
In-Reply-To: <1515751704-13213-2-git-send-email-william.wu@rock-chips.com>
+ Enric
On Fri, Jan 12, 2018 at 06:08:22PM +0800, William Wu wrote:
> This patch adds USB3 OTG reset property for rk3399 Type-C PHY
> to hold the USB3 controller in reset state.
>
> Signed-off-by: William Wu <william.wu@rock-chips.com>
> ---
I was going back and forth on this, since at one point this binding was
merged but had no enabled users...but now I see Heiko has queued up some
of Enric's work for 4.16, and it uses the existing binding.
So, if this reset is added, it should be optional.
Brian
> Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt | 12 +++++++-----
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt b/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt
> index 6ea867e..db2902e 100644
> --- a/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt
> +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt
> @@ -13,7 +13,7 @@ Required properties:
> - assigned-clock-rates : the phy core clk frequency, shall be: 50000000
> - resets : a list of phandle + reset specifier pairs
> - reset-names : string reset name, must be:
> - "uphy", "uphy-pipe", "uphy-tcphy"
> + "uphy", "uphy-pipe", "uphy-tcphy", "usb3-otg"
> - extcon : extcon specifier for the Power Delivery
>
> Note, there are 2 type-c phys for RK3399, and they are almost identical, except
> @@ -56,8 +56,9 @@ Example:
> assigned-clock-rates = <50000000>;
> resets = <&cru SRST_UPHY0>,
> <&cru SRST_UPHY0_PIPE_L00>,
> - <&cru SRST_P_UPHY0_TCPHY>;
> - reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
> + <&cru SRST_P_UPHY0_TCPHY>,
> + <&cru SRST_A_USB3_OTG0>;
> + reset-names = "uphy", "uphy-pipe", "uphy-tcphy", "usb3-otg";
> rockchip,typec-conn-dir = <0xe580 0 16>;
> rockchip,usb3tousb2-en = <0xe580 3 19>;
> rockchip,external-psm = <0xe588 14 30>;
> @@ -84,8 +85,9 @@ Example:
> assigned-clock-rates = <50000000>;
> resets = <&cru SRST_UPHY1>,
> <&cru SRST_UPHY1_PIPE_L00>,
> - <&cru SRST_P_UPHY1_TCPHY>;
> - reset-names = "uphy", "uphy-pipe", "uphy-tcphy";
> + <&cru SRST_P_UPHY1_TCPHY>,
> + <&cru SRST_A_USB3_OTG1>;
> + reset-names = "uphy", "uphy-pipe", "uphy-tcphy", "usb3-otg";
> rockchip,typec-conn-dir = <0xe58c 0 16>;
> rockchip,usb3tousb2-en = <0xe58c 3 19>;
> rockchip,external-psm = <0xe594 14 30>;
> --
> 2.0.0
>
>
next prev parent reply other threads:[~2018-01-17 22:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-12 10:08 [PATCH 0/3] Reset USB3 controller before initializing Type-C PHY on rk3399 William Wu
[not found] ` <1515751704-13213-1-git-send-email-william.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2018-01-12 10:08 ` [PATCH 1/3] dt-bindings: phy: phy-rockchip-typec: add usb3 otg reset William Wu
2018-01-17 22:07 ` Brian Norris [this message]
[not found] ` <20180117220715.GA112833-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2018-01-18 17:20 ` Enric Balletbo Serra
[not found] ` <CAFqH_52KiHQzEeaX5rFN66pMqAuVVKeWJhxnS5L4hY4XiVG8mw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-18 17:47 ` Brian Norris
2018-01-19 21:49 ` Rob Herring
2018-01-22 11:33 ` wlf
[not found] ` <d05fb977-cd6c-4875-25be-9212e75b7e39-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2018-02-10 19:55 ` Heiko Stuebner
2018-02-12 16:40 ` wlf
2018-01-12 10:08 ` [PATCH 2/3] arm64: dts: rockchip: add USB3 OTG reset for Type-C PHY on rk3399 William Wu
2018-01-18 17:21 ` Enric Balletbo Serra
2018-01-12 10:08 ` [PATCH 3/3] phy: rockchip-typec: reset USB3 controller before initializing PHY William Wu
[not found] ` <1515751704-13213-4-git-send-email-william.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2018-01-18 17:22 ` Enric Balletbo Serra
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=20180117220715.GA112833@google.com \
--to=briannorris@chromium.org \
--cc=John.Youn@synopsys.com \
--cc=daniel.meng@rock-chips.com \
--cc=devicetree@vger.kernel.org \
--cc=dianders@google.com \
--cc=enric.balletbo@collabora.com \
--cc=frank.wang@rock-chips.com \
--cc=groeck@google.com \
--cc=heiko@sntech.de \
--cc=huangtao@rock-chips.com \
--cc=kishon@ti.com \
--cc=lin.huang@rock-chips.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh+dt@kernel.org \
--cc=william.wu@rock-chips.com \
/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).