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>
This commit is contained in:
Chen-Yu Tsai 2015-10-11 11:55:07 +02:00 committed by Maxime Ripard
parent bb39019306
commit 6bf28cb995
1 changed files with 6 additions and 0 deletions

View File

@ -75,3 +75,9 @@
voltage = <400000>;
};
};
&pwm {
pinctrl-names = "default";
pinctrl-0 = <&pwm0_pins>;
status = "okay";
};