]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rockchip: fix pwm-cells for rk3288's pwm3
authorJohn Keeping <john@metanate.com>
Mon, 3 Jun 2019 14:34:35 +0000 (15:34 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 4 Jun 2019 13:34:41 +0000 (15:34 +0200)
This is the same as the other PWMs on this SoC and uses 3 cells.

Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index 159d91180cee39c4db9c9362444c4f366d65d7c9..766d1cf51a5bc8df4e916b09ea223ea33d970cc0 100644 (file)
@@ -710,7 +710,7 @@ pwm2: pwm@ff680020 {
        pwm3: pwm@ff680030 {
                compatible = "rockchip,rk3288-pwm";
                reg = <0x0 0xff680030 0x0 0x10>;
-               #pwm-cells = <2>;
+               #pwm-cells = <3>;
                pinctrl-names = "default";
                pinctrl-0 = <&pwm3_pin>;
                clocks = <&cru PCLK_RKPWM>;