Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: fix pwm-cells for rk3288's pwm3

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>

authored by

John Keeping and committed by
Heiko Stuebner
9dbf05bd c87efcc3

+1 -1
+1 -1
arch/arm/boot/dts/rk3288.dtsi
··· 710 710 pwm3: pwm@ff680030 { 711 711 compatible = "rockchip,rk3288-pwm"; 712 712 reg = <0x0 0xff680030 0x0 0x10>; 713 - #pwm-cells = <2>; 713 + #pwm-cells = <3>; 714 714 pinctrl-names = "default"; 715 715 pinctrl-0 = <&pwm3_pin>; 716 716 clocks = <&cru PCLK_RKPWM>;