diff options
author | Clément Péron <peron.clem@gmail.com> | 2020-10-30 17:46:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-30 21:00:27 +0300 |
commit | 0bc1bf241de551842535c3d0b080e0f38c11aed1 (patch) | |
tree | cda882878339cc433952f500d5225be9e5a8e7c4 /Documentation/devicetree/bindings/sound | |
parent | e84f44ba4604e55a51e7caf01464f220d0eabef4 (diff) | |
download | linux-0bc1bf241de551842535c3d0b080e0f38c11aed1.tar.xz |
ASoC: sun4i-i2s: Document H3 with missing RX channel possibility
Like A83T the Allwinner H3 doesn't have the DMA reception available for
some audio interfaces.
As it's already documented for A83T convert this to an enum and add the H3
interface.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Link: https://lore.kernel.org/r/20201030144648.397824-15-peron.clem@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml index 606ad2d884a8..a16e37b01e1d 100644 --- a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml +++ b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml @@ -70,7 +70,9 @@ allOf: properties: compatible: contains: - const: allwinner,sun8i-a83t-i2s + enum: + - allwinner,sun8i-a83t-i2s + - allwinner,sun8i-h3-i2s then: properties: |