Re: [PATCH v5 1/2] dt-bindings: pwm: dwc: add optional reset
From: Conor Dooley
Date: Thu Apr 23 2026 - 13:31:02 EST
On Thu, Apr 23, 2026 at 04:37:31PM +0800, dongxuyang@xxxxxxxxxxxxxxxxxx wrote:
> From: Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
>
> The DesignWare PWM includes separate reset signals dedicated to each clock
> domain:
> The presetn signal resets logic in pclk domain.
> The timer_N_resetn signal resets logic in the timer_N_clk domain.
> The resets are active-low.
>
> EIC7700 use DesignWare IP for PWM controllers. Add ESWIN EIC7700 support
> in snps,dw-apb-timers-pwm2.yaml
>
> Signed-off-by: Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
> ---
> .../bindings/pwm/snps,dw-apb-timers-pwm2.yaml | 29 ++++++++++++++++---
> 1 file changed, 25 insertions(+), 4 deletions(-)
>
> 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 7523a89a1773..d9685fdd72a7 100644
> --- a/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml
> +++ b/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml
> @@ -20,12 +20,11 @@ description:
> instead of having to encode the IP version number in the device tree
> compatible.
>
> -allOf:
> - - $ref: pwm.yaml#
> -
> properties:
> compatible:
> - const: snps,dw-apb-timers-pwm2
> + enum:
> + - snps,dw-apb-timers-pwm2
> + - eswin,eic7700-pwm
>
> reg:
> maxItems: 1
> @@ -43,6 +42,12 @@ properties:
> - const: bus
> - const: timer
>
> + resets:
> + minItems: 1
> + items:
> + - description: Interface bus reset
> + - description: PWM timer logic reset
> +
> snps,pwm-number:
> $ref: /schemas/types.yaml#/definitions/uint32
> description: The number of PWM channels configured for this instance
> @@ -54,6 +59,22 @@ required:
> - clocks
> - clock-names
>
> +allOf:
> + - $ref: pwm.yaml#
> +
> + - if:
> + properties:
> + compatible:
> + contains:
> + const: eswin,eic7700-pwm
> + then:
> + properties:
> + resets:
> + items:
> + - description: Interface bus reset
This doesn't do anything, I don't think.
Drop it, and just keep the required.
pw-bot: changes-requested
Thanks,
Conor.
> + required:
> + - resets
> +
> additionalProperties: false
>
> examples:
> --
> 2.34.1
>
Attachment:
signature.asc
Description: PGP signature