projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb39019
)
ARM: dts: sunxi: Enable PWM controller on Q8 format tablets
author
Chen-Yu Tsai
<wens@csie.org>
Sun, 11 Oct 2015 09:55:07 +0000
(11:55 +0200)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Mon, 12 Oct 2015 13:51:32 +0000
(15:51 +0200)
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>
arch/arm/boot/dts/sunxi-q8-common.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sunxi-q8-common.dtsi
b/arch/arm/boot/dts/sunxi-q8-common.dtsi
index 17b26ffd03aa9bb17da1a031b6aa7cbb9c965c6b..b8241462fcea56bc5b16955cc4418442b0d70a08 100644
(file)
--- a/
arch/arm/boot/dts/sunxi-q8-common.dtsi
+++ b/
arch/arm/boot/dts/sunxi-q8-common.dtsi
@@
-75,3
+75,9
@@
voltage = <400000>;
};
};
+
+&pwm {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pwm0_pins>;
+ status = "okay";
+};