Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / sound / rt5616.txt
blobe410858185596a0fb74ec5812cef3dd3e6282762
1 RT5616 audio CODEC
3 This device supports I2C only.
5 Required properties:
7 - compatible : "realtek,rt5616".
9 - reg : The I2C address of the device.
11 Optional properties:
13 - clocks: The phandle of the master clock to the CODEC.
15 - clock-names: Should be "mclk".
17 Pins on the device (for linking into audio routes) for RT5616:
19   * IN1P
20   * IN2P
21   * IN2N
22   * LOUTL
23   * LOUTR
24   * HPOL
25   * HPOR
27 Example:
29 codec: rt5616@1b {
30         compatible = "realtek,rt5616";
31         reg = <0x1b>;