Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / sun50i-codec-analog.txt
1 * Allwinner A64 Codec Analog Controls
2
3 Required properties:
4 - compatible: must be one of the following compatibles:
5                 - "allwinner,sun50i-a64-codec-analog"
6 - reg: must contain the registers location and length
7
8 Example:
9         codec_analog: codec-analog@1f015c0 {
10                 compatible = "allwinner,sun50i-a64-codec-analog";
11                 reg = <0x01f015c0 0x4>;
12         };