Re: [PATCH] dt-bindings: watchdog: img,pdc-wdt: Convert to dtschema

From: Shresth Prasad
Date: Mon May 27 2024 - 15:55:26 EST


On Tue, May 28, 2024 at 12:17 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 27/05/2024 08:21, Shresth Prasad wrote:
> > Convert txt bindings of ImgTec's PDC watchdog timer to dtschema to allow
> > for validation.
> >
> > Signed-off-by: Shresth Prasad <shresthprasad7@xxxxxxxxx>
> > ---
> > The binding has been checked and tested against `img/pistachio_marduk.dts`
> > with no errors or warnings.
> > ---
>
>
> Thank you for your patch. There is something to discuss/improve.
>
>
> > +
> > +maintainers:
> > + - Shresth Prasad <shresthprasad7@xxxxxxxxx>
> > +
> > +
>
> Just one blank line.
>
> > +allOf:
> > + - $ref: watchdog.yaml#
> > +
> > +properties:
> > + compatible:
> > + enum:
> > + - img,pdc-wdt
> > +
> > + reg:
> > + maxItems: 1
> > +
> > + clocks:
> > + maxItems: 2
>
> Instead of maxItems please list items with description so the items will
> be described.
>
> > +
> > + clock-names:
> > + items:
> > + - const: wdt
> > + - const: sys
> > +
> > + interrupts:
> > + description:
> > + Should contain WDT interrupt
>
> Drop description, redundant.
>
> > + maxItems: 1
> > +
> > + assigned-clocks:
> > + maxItems: 2
>
> Drop property
>
> > +
> > + assigned-clock-rates:
> > + maxItems: 2
>
> Drop property
>
> > +
> > +required:
> > + - compatible
> > + - reg
> > + - clocks
> > + - clock-names
> > + - interrupts
> > +
> Best regards,
> Krzysztof
>

Hi,

Thank you for the feedback.
I'll address these and resend the patch.

Regards,
Shresth