diff options
author | Marcus Cooper <codekipper@gmail.com> | 2017-01-19 14:52:57 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-20 08:03:59 -0500 |
commit | cb5c978f9a56c459d5f13901efcfe44b97c4182d (patch) | |
tree | ebc2c41bf80080327591a004ac42fe7f530f98f4 | |
parent | 19426bdedb72b965db0ebf2106e95e9eeb3b5935 (diff) |
ASoC: sunxi: Add bindings for sun8i to SPDIF
The H3 SoC uses the same SPDIF block as found in earlier SoCs, but the
transmit fifo is at a different address.
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt b/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt index 0230c4d20506..fe0a65e6d629 100644 --- a/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt +++ b/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt | |||
@@ -10,6 +10,7 @@ Required properties: | |||
10 | - compatible : should be one of the following: | 10 | - compatible : should be one of the following: |
11 | - "allwinner,sun4i-a10-spdif": for the Allwinner A10 SoC | 11 | - "allwinner,sun4i-a10-spdif": for the Allwinner A10 SoC |
12 | - "allwinner,sun6i-a31-spdif": for the Allwinner A31 SoC | 12 | - "allwinner,sun6i-a31-spdif": for the Allwinner A31 SoC |
13 | - "allwinner,sun8i-h3-spdif": for the Allwinner H3 SoC | ||
13 | 14 | ||
14 | - reg : Offset and length of the register set for the device. | 15 | - reg : Offset and length of the register set for the device. |
15 | 16 | ||