ARM: dts: bcm2712: PWM references include polarity
authorPhil Elwell <phil@raspberrypi.com>
Fri, 8 Dec 2023 15:29:38 +0000 (15:29 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:22 +0000 (11:35 +0000)
Increase #pwm-cells to 3 to allow for the extra polarity word.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/broadcom/bcm2712.dtsi

index 27a9845..ec6acd2 100644 (file)
                pwm_aon: pwm@7d517a80 {
                        compatible = "brcm,bcm7038-pwm";
                        reg = <0x7d517a80 0x28>;
-                       #pwm-cells = <2>;
+                       #pwm-cells = <3>;
                        clocks = <&clk_27MHz>;
                };