Merge tag 'omap-for-v4.9/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / adi,adau7002.txt
CommitLineData
254a1381
LPC
1Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter
2
3Required properties:
4
5 - compatible: Must be "adi,adau7002"
6
7Optional properties:
8
9 - IOVDD-supply: Phandle and specifier for the power supply providing the IOVDD
10 supply as covered in Documentation/devicetree/bindings/regulator/regulator.txt
11
12 If this property is not present it is assumed that the supply pin is
13 hardwired to always on.
14
15Example:
16 adau7002: pdm-to-i2s {
17 compatible = "adi,adau7002";
18 IOVDD-supply = <&supply>;
19 };
This page took 0.035499 seconds and 5 git commands to generate.