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 v3.18 12 lines 244 B view raw
1Bindings for a fan connected to the PWM lines 2 3Required properties: 4- compatible : "pwm-fan" 5- pwms : the PWM that is used to control the PWM fan 6 7Example: 8 pwm-fan { 9 compatible = "pwm-fan"; 10 status = "okay"; 11 pwms = <&pwm 0 10000 0>; 12 };