The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Xuyang Dong" <dongxuyang@eswincomputing.com>
To: sashiko-reviews@lists.linux.dev
Cc: ukleinek@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, ben-linux@fluff.org,
	ben.dooks@codethink.co.uk, linux-pwm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	p.zabel@pengutronix.de, daniel.lezcano@kernel.org,
	tglx@kernel.org, ningyu@eswincomputing.com,
	linmin@eswincomputing.com, xuxiang@eswincomputing.com,
	wangguosheng@eswincomputing.com, pinkesh.vaghela@einfochips.com
Subject: Re: Re: [PATCH v14 2/5] dt-bindings: pwm: dwc: Add eswin compatible
Date: Fri, 31 Jul 2026 14:41:00 +0800 (GMT+08:00)	[thread overview]
Message-ID: <4dfe481d.8eec.19fb6e79ed6.Coremail.dongxuyang@eswincomputing.com> (raw)
In-Reply-To: <20260730112958.9ED571F00A3A@smtp.kernel.org>

> 
> Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
> - [Medium] The conditional schema for `eswin,eic7700-pwm` fails to constrain the `resets` property to a maximum of 1 item.
> --
> 
> --- Patch [2]: [PATCH v14 2/5] dt-bindings: pwm: dwc: Add eswin compatible ---
> commit 804c34afffe86d4a3ff253201b6470e700f1af47
> Author: Xuyang Dong <dongxuyang@eswincomputing.com>
> 
> dt-bindings: pwm: dwc: Add eswin compatible
> 
> This commit adds the eswin,eic7700-pwm compatible string to the
> snps,dw-apb-timers-pwm2 binding. The EIC7700 integrates this IP but requires
> exactly one combined reset line instead of up to two independent lines.
> 
> > diff --git a/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml b/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml
> > index 1f9d72f9f3590..87a56ffed09d9 100644
> > --- a/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml
> > +++ b/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml
> [ ... ]
> > @@ -64,6 +64,29 @@ required:
> >    - clocks
> >    - clock-names
> >  
> > +allOf:
> > +  - $ref: pwm.yaml#
> > +
> > +  - if:
> > +      properties:
> > +        compatible:
> > +          contains:
> > +            const: eswin,eic7700-pwm
> > +    then:
> > +      properties:
> > +        resets:
> > +          items:
> > +            - description: Combined APB interface and timer logic reset
> 
> [Severity: Medium]
> Is it possible for a device tree to pass validation with two resets for this
> compatible, despite the intention in the commit message?
> 

Hi Sashiko,

Because we added an example for one reset.
If you add two resets for eswin,eic7700-pwm in a device tree, running 
"make dtbs_check" will report that the resets property is too long.

> Because the top-level resets property implicitly allows up to 2 items,
> overriding the items list here with a single element doesn't automatically
> reduce the maximum allowed items.
> 
> Should maxItems: 1 be added explicitly in this block alongside items?
> 

If we add "maxItems: 1", running "make dt_binding_check" will report that 
maxItems is not needed when an items list is already present.

Best regards,
Xuyang Dong

> -- 
> Sashiko AI review · https://sashiko.dev/#/patchset/20260730111425.1680-1-dongxuyang@eswincomputing.com?part=2

  parent reply	other threads:[~2026-07-31  6:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-30 11:14 [PATCH v14 0/5] Update designware pwm driver dongxuyang
2026-07-30 11:15 ` [PATCH v14 1/5] dt-bindings: pwm: dwc: Document optional resets property dongxuyang
2026-07-30 11:15 ` [PATCH v14 2/5] dt-bindings: pwm: dwc: Add eswin compatible dongxuyang
     [not found]   ` <20260730112958.9ED571F00A3A@smtp.kernel.org>
2026-07-31  6:41     ` Xuyang Dong [this message]
2026-07-31  6:57   ` Krzysztof Kozlowski
2026-07-30 11:15 ` [PATCH v14 3/5] pwm: dwc: add of/platform support dongxuyang
     [not found]   ` <20260730113930.8FC151F000E9@smtp.kernel.org>
2026-07-31  6:41     ` Xuyang Dong
2026-07-30 11:16 ` [PATCH v14 4/5] dt-bindings: timer: dwc: Update resets property items dongxuyang
2026-07-30 11:16 ` [PATCH v14 5/5] clocksource: dw_apb_timer: Use reset array API to handle all resets dongxuyang
     [not found]   ` <20260730115229.145411F000E9@smtp.kernel.org>
2026-07-31  6:41     ` Xuyang Dong

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=4dfe481d.8eec.19fb6e79ed6.Coremail.dongxuyang@eswincomputing.com \
    --to=dongxuyang@eswincomputing.com \
    --cc=ben-linux@fluff.org \
    --cc=ben.dooks@codethink.co.uk \
    --cc=conor+dt@kernel.org \
    --cc=daniel.lezcano@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linmin@eswincomputing.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=ningyu@eswincomputing.com \
    --cc=p.zabel@pengutronix.de \
    --cc=pinkesh.vaghela@einfochips.com \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    --cc=tglx@kernel.org \
    --cc=ukleinek@kernel.org \
    --cc=wangguosheng@eswincomputing.com \
    --cc=xuxiang@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