Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[cris-mirror.git] / Documentation / devicetree / bindings / sound / sun8i-codec-analog.txt
blob07356758bd91448e0ba54f0a8b9b654812fcf5fc
1 * Allwinner Codec Analog Controls
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"
9 Required properties if not a sub-node of the PRCM node:
10 - reg: must contain the registers location and length
12 Example:
13 prcm: prcm@1f01400 {
14         codec_analog: codec-analog {
15                 compatible = "allwinner,sun8i-a23-codec-analog";
16         };