Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 9d419742b9681cde2b82b5fb15e025ab > files > 1346

kernel-doc-4.1.12-1.mga5.noarch.rpm

Bindings for a fan connected to the PWM lines

Required properties:
- compatible	: "pwm-fan"
- pwms		: the PWM that is used to control the PWM fan

Example:
	pwm-fan {
		compatible = "pwm-fan";
		status = "okay";
		pwms = <&pwm 0 10000 0>;
	};