Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / leds / irled / pwm-ir-tx.txt
blob66e5672c2e3d852262a7d027fff3ec2c8daf8204
1 Device tree bindings for IR LED connected through pwm pin which is used as
2 remote controller transmitter.
4 Required properties:
5         - compatible: should be "pwm-ir-tx".
6         - pwms : PWM property to point to the PWM device (phandle)/port (id)
7           and to specify the period time to be used: <&phandle id period_ns>;
9 Example:
10         irled {
11                 compatible = "pwm-ir-tx";
12                 pwms = <&pwm0 0 10000000>;
13         };