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

ARM: dts: sunxi: Enable PWM controller on Q8 format tablets

Q8 format tablets use channel 0 of the PWM controller for backlight dimming.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Chen-Yu Tsai and committed by
Maxime Ripard
6bf28cb9 bb390193

+6
+6
arch/arm/boot/dts/sunxi-q8-common.dtsi
··· 75 75 voltage = <400000>; 76 76 }; 77 77 }; 78 + 79 + &pwm { 80 + pinctrl-names = "default"; 81 + pinctrl-0 = <&pwm0_pins>; 82 + status = "okay"; 83 + };