Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / sun8i-codec-analog.txt
1 * Allwinner Codec Analog Controls
2
3 Required properties:
4 - compatible: must be one of the following compatibles:
5                 - "allwinner,sun8i-a23-codec-analog"
6                 - "allwinner,sun8i-h3-codec-analog"
7
8 Required properties if not a sub-node of the PRCM node:
9 - reg: must contain the registers location and length
10
11 Example:
12 prcm: prcm@01f01400 {
13         codec_analog: codec-analog {
14                 compatible = "allwinner,sun8i-a23-codec-analog";
15         };
16 };