projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'drm-next-2019-03-15' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git]
/
Documentation
/
devicetree
/
bindings
/
sound
/
cs42l51.txt
1
CS42L51 audio CODEC
2
3
Optional properties:
4
5
- clocks : a list of phandles + clock-specifiers, one for each entry in
6
clock-names
7
8
- clock-names : must contain "MCLK"
9
10
Example:
11
12
cs42l51: cs42l51@4a {
13
compatible = "cirrus,cs42l51";
14
reg = <0x4a>;
15
clocks = <&mclk_prov>;
16
clock-names = "MCLK";
17
};