From: Uwe Kleine-König Date: Thu, 24 Oct 2024 10:25:54 +0000 (+0200) Subject: dt-bindings: pwm: adi,axi-pwmgen: Increase #pwm-cells to 3 X-Git-Tag: v6.13-rc1~157^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=664b5e466f915ad7fce87215ccfb038c47ace4fb;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Nuno Sa Acked-by: Conor Dooley Reviewed-by: Trevor Gamblin Link: https://lore.kernel.org/r/20241024102554.711689-2-u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König --- diff --git a/Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml b/Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml index ec6115d3796ba..aa35209f74cfa 100644 --- a/Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml +++ b/Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml @@ -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>; };