repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
hwmon
/
pwm-fan.txt
blob
610757ce449213aa03765b1c476785433c1afa24
1
Bindings for a fan connected to the PWM lines
2
3
Required properties:
4
- compatible : "pwm-fan"
5
- pwms : the PWM that is used to control the PWM fan
6
7
Example:
8
pwm-fan {
9
compatible = "pwm-fan";
10
status = "okay";
11
pwms = <&pwm 0 10000 0>;
12
};