Skip to content

Commit 7a9dc94

Browse files
wensbroonie
authored andcommitted
ASoC: sun4i-spdif: Add Allwinner H616 compatible
The SPDIF hardware block found in the H616 SoC has the same layout as the one found in the H6 SoC, except that it is missing the receiver side. Add a new compatible string for it. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://msgid.link/r/20240127163247.384439-3-wens@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 57b3c13 commit 7a9dc94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ properties:
2222
- const: allwinner,sun6i-a31-spdif
2323
- const: allwinner,sun8i-h3-spdif
2424
- const: allwinner,sun50i-h6-spdif
25+
- const: allwinner,sun50i-h616-spdif
2526
- items:
2627
- const: allwinner,sun8i-a83t-spdif
2728
- const: allwinner,sun8i-h3-spdif
@@ -63,6 +64,7 @@ allOf:
6364
- allwinner,sun6i-a31-spdif
6465
- allwinner,sun8i-h3-spdif
6566
- allwinner,sun50i-h6-spdif
67+
- allwinner,sun50i-h616-spdif
6668

6769
then:
6870
required:
@@ -74,6 +76,7 @@ allOf:
7476
contains:
7577
enum:
7678
- allwinner,sun8i-h3-spdif
79+
- allwinner,sun50i-h616-spdif
7780

7881
then:
7982
properties:

0 commit comments

Comments
 (0)