Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12-rc2 20 lines 450 B view raw
1Device-Tree bindings for LIRC TX driver for Nokia N900(RX51) 2 3Required properties: 4 - compatible: should be "nokia,n900-ir". 5 - pwms: specifies PWM used for IR signal transmission. 6 7Example node: 8 9 pwm9: dmtimer-pwm@9 { 10 compatible = "ti,omap-dmtimer-pwm"; 11 ti,timers = <&timer9>; 12 ti,clock-source = <0x00>; /* timer_sys_ck */ 13 #pwm-cells = <3>; 14 }; 15 16 ir: n900-ir { 17 compatible = "nokia,n900-ir"; 18 19 pwms = <&pwm9 0 26316 0>; /* 38000 Hz */ 20 };