projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f178c01
)
ARM: dts: twl4030: Add PWM support
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Wed, 7 Nov 2012 14:05:00 +0000
(15:05 +0100)
committer
Benoit Cousson
<benoit.cousson@linaro.org>
Mon, 8 Apr 2013 22:16:49 +0000
(
00:16
+0200)
Enable support for the PWMs and LEDs as PWM drivers.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
arch/arm/boot/dts/twl4030.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/twl4030.dtsi
b/arch/arm/boot/dts/twl4030.dtsi
index
ed0bc95
..
d216853
100644
(file)
--- a/
arch/arm/boot/dts/twl4030.dtsi
+++ b/
arch/arm/boot/dts/twl4030.dtsi
@@
-75,4
+75,14
@@
usb3v1-supply = <&vusb3v1>;
usb_mode = <1>;
};
+
+ twl_pwm: pwm {
+ compatible = "ti,twl4030-pwm";
+ #pwm-cells = <2>;
+ };
+
+ twl_pwmled: pwmled {
+ compatible = "ti,twl4030-pwmled";
+ #pwm-cells = <2>;
+ };
};