From: Rob Herring <robh@kernel.org>
To: Conor Dooley <conor@kernel.org>
Cc: Josua Mayer <josua@solid-run.com>, Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@bootlin.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Daniel Baluta <daniel.baluta@nxp.com>,
Vinod Koul <vkoul@kernel.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Konstantin Porotchkin <kostap@marvell.com>,
Richard Cochran <richardcochran@gmail.com>,
Yazan Shhady <yazan.shhady@solid-run.com>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
linux-phy@lists.infradead.org, netdev@vger.kernel.org
Subject: Re: [PATCH v6 4/7] dt-bindings: phy: armada-cp110-utmi: add optional swap-dx-lanes property
Date: Wed, 5 Jun 2024 10:13:37 -0600 [thread overview]
Message-ID: <20240605161337.GA3256958-robh@kernel.org> (raw)
In-Reply-To: <20240604-tucking-aggregate-0496e393f21c@spud>
On Tue, Jun 04, 2024 at 06:41:03PM +0100, Conor Dooley wrote:
> On Sun, Jun 02, 2024 at 05:49:39PM +0200, Josua Mayer wrote:
> > Armada CP110 UTMI supports swapping D+ and D- signals.
> > usb251xb.yaml already describes a suitable device-tree property for the
> > same purpose but as child usb controller node.
> >
> > Add optional swap-dx-lanes device-tree property to armada cp110 utmi phy
> > with same semantics as usb251xb:
> > The property lists all ports that swap D+ and D-, unlisted ports are
> > considered correct.
> >
> > Signed-off-by: Josua Mayer <josua@solid-run.com>
> > ---
> > .../devicetree/bindings/phy/marvell,armada-cp110-utmi-phy.yaml | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/phy/marvell,armada-cp110-utmi-phy.yaml b/Documentation/devicetree/bindings/phy/marvell,armada-cp110-utmi-phy.yaml
> > index 9ce7b4c6d208..2ef02aac042a 100644
> > --- a/Documentation/devicetree/bindings/phy/marvell,armada-cp110-utmi-phy.yaml
> > +++ b/Documentation/devicetree/bindings/phy/marvell,armada-cp110-utmi-phy.yaml
> > @@ -41,6 +41,12 @@ properties:
> > Phandle to the system controller node
> > $ref: /schemas/types.yaml#/definitions/phandle
> >
> > + swap-dx-lanes:
>
> Missing a vendor prefix.
> Otherwise, to me naive eye, seems okay.
Already have the same property elsewhere, so it's fine.
>
> > + $ref: /schemas/types.yaml#/definitions/uint32-array
> > + description: |
>
> This | probably isn't needed though, there's not any format here that
> seems worth preserving.
>
> Thanks,
> Conor.
>
> > + Specifies the ports which will swap the differential-pair (D+/D-),
> > + default is not-swapped.
> > +
> > # Required child nodes:
> >
> > patternProperties:
> >
> > --
> > 2.35.3
> >
next prev parent reply other threads:[~2024-06-05 16:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-02 15:49 [PATCH v6 0/7] arm64: dts: add description for solidrun cn9130 som and clearfog boards Josua Mayer
2024-06-02 15:49 ` [PATCH v6 1/7] dt-bindings: arm64: marvell: add solidrun cn9130 som based boards Josua Mayer
2024-06-02 15:49 ` [PATCH v6 2/7] dt-bindings: arm64: marvell: add solidrun cn9132 CEX-7 evaluation board Josua Mayer
2024-06-02 15:49 ` [PATCH v6 3/7] dt-bindings: iio: adc: ti,ads1015: add compatible for tla2021 Josua Mayer
2024-06-04 17:42 ` Conor Dooley
2024-06-06 20:12 ` Jonathan Cameron
2024-06-07 14:40 ` Conor Dooley
2024-06-02 15:49 ` [PATCH v6 4/7] dt-bindings: phy: armada-cp110-utmi: add optional swap-dx-lanes property Josua Mayer
2024-06-04 17:41 ` Conor Dooley
2024-06-05 16:13 ` Rob Herring [this message]
2024-06-10 21:49 ` Rob Herring (Arm)
2024-06-02 15:49 ` [PATCH v6 5/7] arm64: dts: add description for solidrun cn9130 som and clearfog boards Josua Mayer
2024-06-02 15:49 ` [PATCH v6 6/7] arm64: dts: add description for solidrun cn9131 solidwan board Josua Mayer
2024-06-02 15:49 ` [PATCH v6 7/7] arm64: dts: add description for solidrun cn9132 cex7 module and clearfog board Josua Mayer
2024-06-12 17:51 ` (subset) [PATCH v6 0/7] arm64: dts: add description for solidrun cn9130 som and clearfog boards Vinod Koul
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=20240605161337.GA3256958-robh@kernel.org \
--to=robh@kernel.org \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=conor@kernel.org \
--cc=daniel.baluta@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@bootlin.com \
--cc=jic23@kernel.org \
--cc=josua@solid-run.com \
--cc=kishon@kernel.org \
--cc=kostap@marvell.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=netdev@vger.kernel.org \
--cc=richardcochran@gmail.com \
--cc=sebastian.hesselbarth@gmail.com \
--cc=vkoul@kernel.org \
--cc=yazan.shhady@solid-run.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).