From: Maxime Ripard <mripard@kernel.org>
To: Christophe Roullier <christophe.roullier@st.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
alexandre.torgue@st.com, narmstrong@baylibre.com,
martin.blumenstingl@googlemail.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com, robh+dt@kernel.org,
mcoquelin.stm32@gmail.com, alexandru.ardelean@analog.com,
davem@davemloft.net, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties
Date: Fri, 8 Nov 2019 11:42:31 +0100 [thread overview]
Message-ID: <20191108104231.GE4345@gilmour.lan> (raw)
In-Reply-To: <20191108103526.22254-2-christophe.roullier@st.com>
[-- Attachment #1.1: Type: text/plain, Size: 1266 bytes --]
Hi,
On Fri, Nov 08, 2019 at 11:35:25AM +0100, Christophe Roullier wrote:
> This change is needed for some soc based on snps,dwmac, which have
> more than 3 clocks.
>
> Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
> ---
> Documentation/devicetree/bindings/net/snps,dwmac.yaml | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> index 4845e29411e4..376a531062c2 100644
> --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> @@ -27,6 +27,7 @@ select:
> - snps,dwmac-3.710
> - snps,dwmac-4.00
> - snps,dwmac-4.10a
> + - snps,dwmac-4.20a
> - snps,dwxgmac
> - snps,dwxgmac-2.10
>
> @@ -62,6 +63,7 @@ properties:
> - snps,dwmac-3.710
> - snps,dwmac-4.00
> - snps,dwmac-4.10a
> + - snps,dwmac-4.20a
> - snps,dwxgmac
> - snps,dwxgmac-2.10
>
> @@ -87,7 +89,8 @@ properties:
>
> clocks:
> minItems: 1
> - maxItems: 3
> + maxItems: 5
> + additionalItems: true
Those additional clocks should be documented
Maxime
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <mripard@kernel.org>
To: Christophe Roullier <christophe.roullier@st.com>
Cc: davem@davemloft.net, robh+dt@kernel.org, mark.rutland@arm.com,
martin.blumenstingl@googlemail.com,
alexandru.ardelean@analog.com, narmstrong@baylibre.com,
mcoquelin.stm32@gmail.com, alexandre.torgue@st.com,
devicetree@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties
Date: Fri, 8 Nov 2019 11:42:31 +0100 [thread overview]
Message-ID: <20191108104231.GE4345@gilmour.lan> (raw)
In-Reply-To: <20191108103526.22254-2-christophe.roullier@st.com>
[-- Attachment #1: Type: text/plain, Size: 1266 bytes --]
Hi,
On Fri, Nov 08, 2019 at 11:35:25AM +0100, Christophe Roullier wrote:
> This change is needed for some soc based on snps,dwmac, which have
> more than 3 clocks.
>
> Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
> ---
> Documentation/devicetree/bindings/net/snps,dwmac.yaml | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> index 4845e29411e4..376a531062c2 100644
> --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> @@ -27,6 +27,7 @@ select:
> - snps,dwmac-3.710
> - snps,dwmac-4.00
> - snps,dwmac-4.10a
> + - snps,dwmac-4.20a
> - snps,dwxgmac
> - snps,dwxgmac-2.10
>
> @@ -62,6 +63,7 @@ properties:
> - snps,dwmac-3.710
> - snps,dwmac-4.00
> - snps,dwmac-4.10a
> + - snps,dwmac-4.20a
> - snps,dwxgmac
> - snps,dwxgmac-2.10
>
> @@ -87,7 +89,8 @@ properties:
>
> clocks:
> minItems: 1
> - maxItems: 3
> + maxItems: 5
> + additionalItems: true
Those additional clocks should be documented
Maxime
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2019-11-08 10:42 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 10:35 [PATCH 0/2] Convert stm32 dwmac to DT schema Christophe Roullier
2019-11-08 10:35 ` Christophe Roullier
2019-11-08 10:35 ` [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties Christophe Roullier
2019-11-08 10:35 ` Christophe Roullier
2019-11-08 10:42 ` Maxime Ripard [this message]
2019-11-08 10:42 ` Maxime Ripard
2019-11-08 13:02 ` Christophe ROULLIER
2019-11-08 13:02 ` Christophe ROULLIER
2019-11-15 7:50 ` Maxime Ripard
2019-11-15 7:50 ` Maxime Ripard
2020-01-09 9:07 ` Christophe ROULLIER
2020-01-09 9:07 ` Christophe ROULLIER
2020-01-09 21:34 ` Rob Herring
2020-01-09 21:34 ` Rob Herring
2019-11-08 10:35 ` [PATCH 2/2] dt-bindings: net: dwmac: Convert stm32 dwmac to DT schema Christophe Roullier
2019-11-08 10:35 ` Christophe Roullier
2019-11-14 18:22 ` Rob Herring
2019-11-14 18:22 ` Rob Herring
2020-01-14 11:09 ` Christophe ROULLIER
2020-01-14 11:09 ` Christophe ROULLIER
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=20191108104231.GE4345@gilmour.lan \
--to=mripard@kernel.org \
--cc=alexandre.torgue@st.com \
--cc=alexandru.ardelean@analog.com \
--cc=christophe.roullier@st.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mark.rutland@arm.com \
--cc=martin.blumenstingl@googlemail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=narmstrong@baylibre.com \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@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 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.