]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.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                 - "allwinner,sun8i-v3s-codec-analog"
8
9 Required properties if not a sub-node of the PRCM node:
10 - reg: must contain the registers location and length
11
12 Example:
13 prcm: prcm@01f01400 {
14         codec_analog: codec-analog {
15                 compatible = "allwinner,sun8i-a23-codec-analog";
16         };
17 };