Skip to content

Commit 664b5e4

Browse files
ukleinekUwe Kleine-König
authored andcommitted
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: Uwe Kleine-König <u.kleine-koenig@baylibre.com> Reviewed-by: Nuno Sa <nuno.sa@analog.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Trevor Gamblin <tgamblin@baylibre.com> Link: https://lore.kernel.org/r/20241024102554.711689-2-u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
1 parent f8e87e1 commit 664b5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ properties:
2727
maxItems: 1
2828

2929
"#pwm-cells":
30-
const: 2
30+
const: 3
3131

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

0 commit comments

Comments
 (0)