Commit 664b5e46 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Uwe Kleine-König
Browse files

dt-bindings: pwm: adi,axi-pwmgen: Increase #pwm-cells to 3



Using 3 cells allows to pass additional flags and is the normal
abstraction for new PWM descriptions. There are no device trees yet to
adapt to this change.

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@baylibre.com>
Reviewed-by: default avatarNuno Sa <nuno.sa@analog.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Reviewed-by: default avatarTrevor Gamblin <tgamblin@baylibre.com>
Link: https://lore.kernel.org/r/20241024102554.711689-2-u.kleine-koenig@baylibre.com


Signed-off-by: default avatarUwe Kleine-König <ukleinek@kernel.org>
parent f8e87e14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ properties:
    maxItems: 1

  "#pwm-cells":
    const: 2
    const: 3

  clocks:
    maxItems: 1
@@ -44,5 +44,5 @@ examples:
       compatible = "adi,axi-pwmgen-2.00.a";
       reg = <0x44b00000 0x1000>;
       clocks = <&spi_clk>;
       #pwm-cells = <2>;
       #pwm-cells = <3>;
    };