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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
wm8524.txt
blob
f6c0c263b135add1539054bb3beee8414da11c63
1
WM8524 audio CODEC
2
3
This device does not use I2C or SPI but a simple Hardware Control Interface.
4
5
Required properties:
6
7
- compatible : "wlf,wm8524"
8
9
- wlf,mute-gpios: a GPIO spec for the MUTE pin.
10
11
Example:
12
13
wm8524: codec {
14
compatible = "wlf,wm8524";
15
wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
16
};