diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-24 14:52:34 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-25 04:38:21 -0700 |
commit | cfc34f041b2d643373310bb05acd6ac113a0b73b (patch) | |
tree | aa7454109601da4ba138cd0bcf74ef5c3688d6ff /arch | |
parent | 08307aabe0fb6d498228fd70c1397b8813701110 (diff) | |
download | linux-stable-cfc34f041b2d643373310bb05acd6ac113a0b73b.tar.gz linux-stable-cfc34f041b2d643373310bb05acd6ac113a0b73b.tar.bz2 linux-stable-cfc34f041b2d643373310bb05acd6ac113a0b73b.zip |
arm64: dts: meson-axg: add linein codec
Add the es7241 analog to digital converter which is fed by the
lienin jack of the s400
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 10 |
1 files changed, 10 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 5c16788f7a66..942a89ca148e 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -178,6 +178,16 @@ gpios = <&gpio_speaker 2 0>; }; }; + + linein: audio-codec@0 { + #sound-dai-cells = <0>; + compatible = "everest,es7241"; + VDDA-supply = <&vcc_3v3>; + VDDP-supply = <&vcc_3v3>; + VDDD-supply = <&vcc_3v3>; + status = "okay"; + sound-name-prefix = "Linein"; + }; }; ðmac { |