All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marek Behún" <marek.behun@nic.cz>
To: Gregory CLEMENT <gregory.clement@bootlin.com>
Cc: Andrew Lunn <andrew@lunn.ch>,
	linux-arm-kernel@lists.infradead.org,
	Miquel Raynal <miquel.raynal@bootlin.com>
Subject: Re: [PATCH mvebu-dt64 1/1] arm64: dts: armada-3720-turris-mox: convert usb-phy to phy-supply
Date: Tue, 8 Oct 2019 18:49:21 +0200	[thread overview]
Message-ID: <20191008184921.60e526bc@dellmb> (raw)
In-Reply-To: <871rvntcr4.fsf@FE-laptop>

Gregory,

I communicated with Miquel when I first discovered this regression, see
https://marc.info/?l=linux-usb&m=156966328310472&w=2

In this mail Miquel is mentioning a patch
(https://patchwork.kernel.org/patch/11067687/) which does the same for
Armada 7k/8k. He says his patch should enter next release, but since on
Mox this caused a regression, I would like it to be merged now.

Anyway if you want to still wait for Miquels review to be sure, I am ok
with that.

What do you think about the "arm64: dts: armada-3720-turris-mox: add
firmware node" which I sent last month?

Marek

On Tue, 08 Oct 2019 18:37:03 +0200
Gregory CLEMENT <gregory.clement@bootlin.com> wrote:

> Hi Marek,
> 
> > Update Turris Mox device tree to use the phy-supply property of the
> > generic PHY framework instead of the legacy usb-phy property.
> >
> > This is needed since it caused a regression on Turris Mox since
> > commit eb6c2eb6c7fb ("usb: host: xhci-plat: Prevent an
> > abnormally..."). 
> 
> I am not against this patch and if it the right fix for the
> regression I will applied it on my mvebu/fixes branch to be part of
> v5.4. However I'd like to have the feedback from Miquel on this one,
> as for me it is not obvious that it is te correct fix.
> 
> Gregory
> 
> > Signed-off-by: Marek Behún <marek.behun@nic.cz>
> > Fixes: eb6c2eb6c7fb ("usb: host: xhci-plat: Prevent an
> > abnormally...") Cc: Miquel Raynal <miquel.raynal@bootlin.com>
> > Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
> > Cc: Andrew Lunn <andrew@lunn.ch>
> > ---
> >  .../boot/dts/marvell/armada-3720-turris-mox.dts     | 13
> > +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> > b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts index
> > d105986c6be1..5f350cc71a2f 100644 ---
> > a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts +++
> > b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts @@ -60,11
> > +60,6 @@ gpio = <&gpiosb 0 GPIO_ACTIVE_HIGH>;
> >  	};
> >  
> > -	usb3_phy: usb3-phy {
> > -		compatible = "usb-nop-xceiv";
> > -		vcc-supply = <&exp_usb3_vbus>;
> > -	};
> > -
> >  	vsdc_reg: vsdc-reg {
> >  		compatible = "regulator-gpio";
> >  		regulator-name = "vsdc";
> > @@ -255,10 +250,16 @@
> >  	status = "okay";
> >  };
> >  
> > +&comphy2 {
> > +	connector {
> > +		compatible = "usb-a-connector";
> > +		phy-supply = <&exp_usb3_vbus>;
> > +	};
> > +};
> > +
> >  &usb3 {
> >  	status = "okay";
> >  	phys = <&comphy2 0>;
> > -	usb-phy = <&usb3_phy>;
> >  };
> >  
> >  &mdio {
> > -- 
> > 2.21.0
> >  
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-10-08 16:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20191008145944.21659-1-marek.behun@nic.cz>
2019-10-08 16:37 ` [PATCH mvebu-dt64 1/1] arm64: dts: armada-3720-turris-mox: convert usb-phy to phy-supply Gregory CLEMENT
2019-10-08 16:49   ` Marek Behún [this message]
2019-10-08 16:54     ` Miquel Raynal
2019-10-08 16:58     ` Gregory CLEMENT

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=20191008184921.60e526bc@dellmb \
    --to=marek.behun@nic.cz \
    --cc=andrew@lunn.ch \
    --cc=gregory.clement@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=miquel.raynal@bootlin.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.