mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / max98925.txt
blob27be63e2aa0de08c7160d8e37960d3816800a7ab
1 max98925 audio CODEC
3 This device supports I2C.
5 Required properties:
7   - compatible : "maxim,max98925"
9   - vmon-slot-no : slot number used to send voltage information
11   - imon-slot-no : slot number used to send current information
13   - reg : the I2C address of the device for I2C
15 Example:
17 codec: max98925@1a {
18         compatible = "maxim,max98925";
19         vmon-slot-no = <0>;
20         imon-slot-no = <2>;
21         reg = <0x1a>;