Newer
Older
barebox / dts / Bindings / hwmon / pwm-fan.txt
@Sascha Hauer Sascha Hauer on 2 Sep 2014 244 bytes dts: update to v3.17-rc1
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>;
	};