diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-24 14:52:36 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-25 13:38:22 +0200 |
commit | f2ac479f0da046097258c68ef834af01b568436a (patch) | |
tree | a1798b198118e0226073dffea2aa99a93f39ab02 /arch/arm64 | |
parent | arm64: dts: meson-axg: add lineout codec (diff) | |
download | linux-f2ac479f0da046097258c68ef834af01b568436a.tar.xz linux-f2ac479f0da046097258c68ef834af01b568436a.zip |
arm64: dts: meson-axg: add spdif-dit codec
Add the SPDIF playback codec to the axg s400 board
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 2563e637c26e..38d0209b89ac 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -197,6 +197,13 @@ status = "okay"; sound-name-prefix = "Lineout"; }; + + spdif_dit: audio-codec@2 { + #sound-dai-cells = <0>; + compatible = "linux,spdif-dit"; + status = "okay"; + sound-name-prefix = "DIT"; + }; }; ðmac { |