diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2017-06-05 21:27:21 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-06 19:29:54 +0100 |
commit | 2cfeaec0ec896bc0b8aad2de28a3de4572c7e4a1 (patch) | |
tree | e87b50712ce4c95e23ca7cd46dbfe87062bad5b7 /Documentation/devicetree | |
parent | 50aadc14cee74009c72e7d66954b15f27d45c02f (diff) |
ASoC: sun8i-codec-analog: add support for V3s SoC
The V3s SoC features an analog codec with headphone support but without
mic2 and linein.
Add support for it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt b/Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt index 779b735781ba..1b6e7c4e50ab 100644 --- a/Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt +++ b/Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt @@ -4,6 +4,7 @@ Required properties: - compatible: must be one of the following compatibles: - "allwinner,sun8i-a23-codec-analog" - "allwinner,sun8i-h3-codec-analog" + - "allwinner,sun8i-v3s-codec-analog" Required properties if not a sub-node of the PRCM node: - reg: must contain the registers location and length |