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
thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
max9867.txt
blob
394cd4eb17ec47531edabc161f93506925775805
1
max9867 codec
2
3
This device supports I2C mode only.
4
5
Required properties:
6
7
- compatible : "maxim,max9867"
8
- reg : The chip select number on the I2C bus
9
10
Example:
11
12
&i2c {
13
max9867: max9867@0x18 {
14
compatible = "maxim,max9867";
15
reg = <0x18>;
16
};
17
};