thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / rt5514.txt
blobe24436fc5ea9986ae845cbfc03fff0216ed03d70
1 RT5514 audio CODEC
3 This device supports I2C only.
5 Required properties:
7 - compatible : "realtek,rt5514".
9 - reg : The I2C address of the device.
11 Pins on the device (for linking into audio routes) for RT5514:
13   * DMIC1L
14   * DMIC1R
15   * DMIC2L
16   * DMIC2R
17   * AMICL
18   * AMICR
20 Example:
22 codec: rt5514@57 {
23         compatible = "realtek,rt5514";
24         reg = <0x57>;