diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-24 14:52:36 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-25 04:38:22 -0700 |
commit | f2ac479f0da046097258c68ef834af01b568436a (patch) | |
tree | a1798b198118e0226073dffea2aa99a93f39ab02 /arch/arm64/boot | |
parent | 154b912c01b6669b58f13fb9cc5fd34569acbce4 (diff) | |
download | op-kernel-dev-f2ac479f0da046097258c68ef834af01b568436a.zip op-kernel-dev-f2ac479f0da046097258c68ef834af01b568436a.tar.gz |
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/boot')
-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 2563e63..38d0209 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 { |