Re: Re: [PATCH v6 1/2] dt-bindings: pwm: dwc: add optional reset

From: Xuyang Dong

Date: Tue Apr 28 2026 - 06:12:51 EST


> >
> > +allOf:
> > + - $ref: pwm.yaml#
> > +
> > + - if:
> > + properties:
> > + compatible:
> > + contains:
> > + const: eswin,eic7700-pwm
>
> Same problem as v3 which I commented. I do not understand why your new
> device has also 1 reset.
>
> Your commit msg MUST explain why 1 reset is valid.
>

Hi Krzysztof,

Although the PWM IP supports two clock domains, each requiring a reset, 
the EIC7700 implementation uses the same clock domain for both clock 
signals. Therefore, the eic7700-pwm only supports one reset.
This description will be updated in the binding commit in the next version.

Best regards,
Xuyang Dong