diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-24 14:52:35 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-25 13:38:22 +0200 |
commit | 154b912c01b6669b58f13fb9cc5fd34569acbce4 (patch) | |
tree | 1161109f555c4c1c9def1b82063252dc472a4d25 /arch/arm64 | |
parent | arm64: dts: meson-axg: add linein codec (diff) | |
download | linux-154b912c01b6669b58f13fb9cc5fd34569acbce4.tar.xz linux-154b912c01b6669b58f13fb9cc5fd34569acbce4.zip |
arm64: dts: meson-axg: add lineout codec
Add the es7154 digital to analog converter which supplies the
lienout jack of the s400
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 | 9 |
1 files changed, 9 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 942a89ca148e..2563e637c26e 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -188,6 +188,15 @@ status = "okay"; sound-name-prefix = "Linein"; }; + + lineout: audio-codec@1 { + #sound-dai-cells = <0>; + compatible = "everest,es7154"; + VDD-supply = <&vcc_3v3>; + PVDD-supply = <&vcc_5v>; + status = "okay"; + sound-name-prefix = "Lineout"; + }; }; ðmac { |