Skip to content

Commit

Permalink
ARM: dts: twl4030: Add PWM support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Ujfalusi authored and Benoit Cousson committed Apr 8, 2013
1 parent f178c01 commit ac31a88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/twl4030.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};

0 comments on commit ac31a88

Please sign in to comment.