Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[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 };