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
/
max98371.txt
blob
8b2b2704b574e248c426565514076e2a42aa0631
1
max98371 codec
2
3
This device supports I2C mode only.
4
5
Required properties:
6
7
- compatible : "maxim,max98371"
8
- reg : The chip select number on the I2C bus
9
10
Example:
11
12
&i2c {
13
max98371: max98371@31 {
14
compatible = "maxim,max98371";
15
reg = <0x31>;
16
};
17
};