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
/
rt1015.txt
blob
fcfd02d8d32fbaa6890da5c0be4cdcdf7785ca95
1
RT1015 Mono Class D Audio Amplifier
2
3
This device supports I2C only.
4
5
Required properties:
6
7
- compatible : "realtek,rt1015".
8
9
- reg : The I2C address of the device.
10
11
12
Example:
13
14
rt1015: codec@28 {
15
compatible = "realtek,rt1015";
16
reg = <0x28>;
17
};