Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1579526
| From | Alban <albeu@free.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 3/3] MIPS: ath79: Fix the USB PHY reset names |
| Date | 2017-02-13 09:40 +0100 |
| Message-ID | <takkW-1fk-9@gated-at.bofh.it> (permalink) |
| References | <t7B8C-3eM-3@gated-at.bofh.it> <t7B8E-3eM-67@gated-at.bofh.it> <t9O1I-6gH-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Sat, 11 Feb 2017 22:01:29 +0000
James Hogan <james.hogan@imgtec.com> wrote:
> Hi Alban,
>
> On Sun, Feb 05, 2017 at 08:52:32PM +0100, Alban wrote:
> > From: Alban Bedel <albeu@free.fr>
> >
> > The binding for the USB PHY went thru before the driver. However the
> > new version of the driver now use the PHY core support for reset, and
> > this expect the reset to be named "phy". So remove the "usb-" prefix
> > from the the reset names.
> >
> > Signed-off-by: Alban Bedel <albeu@free.fr>
> > ---
> > Documentation/devicetree/bindings/phy/phy-ath79-usb.txt | 4 ++--
> > arch/mips/boot/dts/qca/ar9132.dtsi | 2 +-
>
> <snip>
>
> > diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi b/arch/mips/boot/dts/qca/ar9132.dtsi
> > index 302f0a8..808c2bb 100644
> > --- a/arch/mips/boot/dts/qca/ar9132.dtsi
> > +++ b/arch/mips/boot/dts/qca/ar9132.dtsi
> > @@ -160,7 +160,7 @@
> > usb_phy: usb-phy {
> > compatible = "qca,ar7100-usb-phy";
> >
> > - reset-names = "usb-phy", "usb-suspend-override";
> > + reset-names = "phy", "suspend-override";
>
> Does arch/mips/boot/dts/qca/ar9331.dtsi need updating too?
Right, I forgot the AR9331 had been added since then, I'll send a new
series.
Alban
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 1/3] phy: core: Add support for clock and reset to the phy core Alban <albeu@free.fr> - 2017-02-05 21:00 +0100
[PATCH v4 3/3] MIPS: ath79: Fix the USB PHY reset names Alban <albeu@free.fr> - 2017-02-05 21:00 +0100
Re: [PATCH v4 3/3] MIPS: ath79: Fix the USB PHY reset names Rob Herring <robh@kernel.org> - 2017-02-08 23:20 +0100
Re: [PATCH v4 3/3] MIPS: ath79: Fix the USB PHY reset names James Hogan <james.hogan@imgtec.com> - 2017-02-11 23:10 +0100
Re: [PATCH v4 3/3] MIPS: ath79: Fix the USB PHY reset names Alban <albeu@free.fr> - 2017-02-13 09:40 +0100
[PATCH v4 2/3] phy: Add a driver for the ATH79 USB phy Alban <albeu@free.fr> - 2017-02-05 21:00 +0100
csiph-web