Netdev List
 help / color / mirror / Atom feed
From: 李志 <lizhi2@eswincomputing.com>
To: "Rob Herring" <robh@kernel.org>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, krzk+dt@kernel.org,
	conor+dt@kernel.org, netdev@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	ningyu@eswincomputing.com, linmin@eswincomputing.com,
	pinkesh.vaghela@einfochips.com, pritesh.patel@einfochips.com,
	weishangjuan@eswincomputing.com, sashiko-bot@kernel.org,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@oss.qualcomm.com>
Subject: Re: Re: [PATCH net v2] dt-bindings: ethernet: eswin: fix hsp-sp-csr backward compatibility
Date: Tue, 2 Jun 2026 09:10:57 +0800 (GMT+08:00)	[thread overview]
Message-ID: <29be007f.8dd9.19e85e23e48.Coremail.lizhi2@eswincomputing.com> (raw)
In-Reply-To: <20260601213406.GA26933-robh@kernel.org>




> -----Original Messages-----
> From: "Rob Herring" <robh@kernel.org>
> Send time:Tuesday, 02/06/2026 05:34:06
> To: lizhi2@eswincomputing.com
> Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, krzk+dt@kernel.org, conor+dt@kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ningyu@eswincomputing.com, linmin@eswincomputing.com, pinkesh.vaghela@einfochips.com, pritesh.patel@einfochips.com, weishangjuan@eswincomputing.com, sashiko-bot@kernel.org, "Krzysztof Kozlowski" <krzysztof.kozlowski@oss.qualcomm.com>
> Subject: Re: [PATCH net v2] dt-bindings: ethernet: eswin: fix hsp-sp-csr backward compatibility
> 
> On Mon, Jun 01, 2026 at 11:28:52AM +0800, lizhi2@eswincomputing.com wrote:
> > From: Zhi Li <lizhi2@eswincomputing.com>
> > 
> > c36069c6f46c added two optional cells to eswin,hsp-sp-csr, but
> > omitted minItems: 4.
> 
> Please run checkpatch.pl and fix the issue it reports with the commit 
> reference.
> 

Thanks for pointing this out.

I'll fix it and send a v3.

> > 
> > As a result, dt-schema implicitly required all 6 cells, which
> > broke backward compatibility with existing 4-cell device trees.
> > 
> > Add minItems: 4 to preserve backward compatibility.
> > 
> > Fixes: c36069c6f46c ("dt-bindings: ethernet: eswin: add optional TXD and RXD delay register offsets")
> > Reported-by: Sashiko AI <sashiko-bot@kernel.org>
> > Closes: https://lore.kernel.org/all/20260519022334.35742C2BCB7@smtp.kernel.org/
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> > Signed-off-by: Zhi Li <lizhi2@eswincomputing.com>
> > ---
> > Changes in v2:
> >   - Reference c36069c6f46c explicitly instead of "previous change".
> >   - Improve commit message formatting and line wrapping.
> >   - No functional change.
> >   - Link to v1:
> >     https://lore.kernel.org/lkml/20260525052441.1637-1-lizhi2@eswincomputing.com/
> > ---
> >  Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml b/Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
> > index b66ae6300faf..65882ff79d8d 100644
> > --- a/Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
> > +++ b/Documentation/devicetree/bindings/net/eswin,eic7700-eth.yaml
> > @@ -84,7 +84,8 @@ properties:
> >        This reference is provided for background information only.
> >      $ref: /schemas/types.yaml#/definitions/phandle-array
> >      items:
> > -      - items:
> > +      - minItems: 4
> > +        items:
> >            - description: Phandle to HSP(High-Speed Peripheral) device
> >            - description: Offset of phy control register for internal
> >                           or external clock selection
> > -- 
> > 2.25.1
> > 
> > 

      reply	other threads:[~2026-06-02  1:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-01  3:28 [PATCH net v2] dt-bindings: ethernet: eswin: fix hsp-sp-csr backward compatibility lizhi2
2026-06-01 21:34 ` Rob Herring
2026-06-02  1:10   ` 李志 [this message]

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=29be007f.8dd9.19e85e23e48.Coremail.lizhi2@eswincomputing.com \
    --to=lizhi2@eswincomputing.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=kuba@kernel.org \
    --cc=linmin@eswincomputing.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=ningyu@eswincomputing.com \
    --cc=pabeni@redhat.com \
    --cc=pinkesh.vaghela@einfochips.com \
    --cc=pritesh.patel@einfochips.com \
    --cc=robh@kernel.org \
    --cc=sashiko-bot@kernel.org \
    --cc=weishangjuan@eswincomputing.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