123456789101112131415161718192021222324 |
- From bccb19038038c7377275d74bb815f5f9363ba2e3 Mon Sep 17 00:00:00 2001
- From: Samuel Holland <[email protected]>
- Date: Sat, 13 Nov 2021 10:08:41 -0600
- Subject: [PATCH 066/117] ASoC: dt-bindings: sun4i-spdif: Require resets for H6
- The H6 variant has a module reset, and it is used by the driver. So the
- resets property should be required in the binding for this variant.
- Fixes: b20453031472 ("dt-bindings: sound: sun4i-spdif: Add Allwinner H6 compatible")
- Signed-off-by: Samuel Holland <[email protected]>
- ---
- .../devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml | 1 +
- 1 file changed, 1 insertion(+)
- --- a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml
- +++ b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml
- @@ -61,6 +61,7 @@ allOf:
- enum:
- - allwinner,sun6i-a31-spdif
- - allwinner,sun8i-h3-spdif
- + - allwinner,sun50i-h6-spdif
-
- then:
- required:
|