From: Maxime Ripard <mripard@kernel.org>
To: Christophe ROULLIER <christophe.roullier@st.com>
Cc: "mark.rutland@arm.com" <mark.rutland@arm.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Alexandre TORGUE <alexandre.torgue@st.com>,
"narmstrong@baylibre.com" <narmstrong@baylibre.com>,
"martin.blumenstingl@googlemail.com"
<martin.blumenstingl@googlemail.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-stm32@st-md-mailman.stormreply.com"
<linux-stm32@st-md-mailman.stormreply.com>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"mcoquelin.stm32@gmail.com" <mcoquelin.stm32@gmail.com>,
"alexandru.ardelean@analog.com" <alexandru.ardelean@analog.com>,
"davem@davemloft.net" <davem@davemloft.net>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties
Date: Fri, 15 Nov 2019 08:50:08 +0100 [thread overview]
Message-ID: <20191115075008.GY4345@gilmour.lan> (raw)
In-Reply-To: <f934df21-ac57-50ad-3e7b-b3b337daabe1@st.com>
[-- Attachment #1.1: Type: text/plain, Size: 2529 bytes --]
On Fri, Nov 08, 2019 at 01:02:14PM +0000, Christophe ROULLIER wrote:
> On 11/8/19 11:42 AM, Maxime Ripard wrote:
> > 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
>
> Hi Maxime,
>
> The problem it is specific to our soc, so is it possible to
>
> propose "optional clock" for 2 extras clocks in snps,dwmac.yaml
>
> and "official" description in soc yaml file (stm32-dwmac.yaml) ?
>
> clocks:
> minItems: 1
> maxItems: 5
> additionalItems: true
> items:
> - description: GMAC main clock
> - description: Peripheral registers interface clock
> - description:
> PTP reference clock. This clock is used for programming the
> Timestamp Addend Register. If not passed then the system
> clock will be used and this is fine on some platforms.
>
> + - description: optional clock
>
> + - description: optional clock
I guess we'd really need to figure out what those clocks are doing,
they are probably helpful (and used, under a different name) by
others.
Hopefully the questions Rob asked will clear that out
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" <davem@davemloft.net>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"mark.rutland@arm.com" <mark.rutland@arm.com>,
"martin.blumenstingl@googlemail.com"
<martin.blumenstingl@googlemail.com>,
"alexandru.ardelean@analog.com" <alexandru.ardelean@analog.com>,
"narmstrong@baylibre.com" <narmstrong@baylibre.com>,
"mcoquelin.stm32@gmail.com" <mcoquelin.stm32@gmail.com>,
Alexandre TORGUE <alexandre.torgue@st.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-stm32@st-md-mailman.stormreply.com"
<linux-stm32@st-md-mailman.stormreply.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 1/2] dt-bindings: net: dwmac: increase 'maxItems' for 'clocks', 'clock-names' properties
Date: Fri, 15 Nov 2019 08:50:08 +0100 [thread overview]
Message-ID: <20191115075008.GY4345@gilmour.lan> (raw)
In-Reply-To: <f934df21-ac57-50ad-3e7b-b3b337daabe1@st.com>
[-- Attachment #1: Type: text/plain, Size: 2529 bytes --]
On Fri, Nov 08, 2019 at 01:02:14PM +0000, Christophe ROULLIER wrote:
> On 11/8/19 11:42 AM, Maxime Ripard wrote:
> > 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
>
> Hi Maxime,
>
> The problem it is specific to our soc, so is it possible to
>
> propose "optional clock" for 2 extras clocks in snps,dwmac.yaml
>
> and "official" description in soc yaml file (stm32-dwmac.yaml) ?
>
> clocks:
> minItems: 1
> maxItems: 5
> additionalItems: true
> items:
> - description: GMAC main clock
> - description: Peripheral registers interface clock
> - description:
> PTP reference clock. This clock is used for programming the
> Timestamp Addend Register. If not passed then the system
> clock will be used and this is fine on some platforms.
>
> + - description: optional clock
>
> + - description: optional clock
I guess we'd really need to figure out what those clocks are doing,
they are probably helpful (and used, under a different name) by
others.
Hopefully the questions Rob asked will clear that out
Maxime
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2019-11-15 7:50 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
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 [this message]
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=20191115075008.GY4345@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.