arm64: dts: meson-axg: add lineout codec
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 24 Jul 2018 12:52:35 +0000 (14:52 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 25 Jul 2018 11:38:22 +0000 (04:38 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index 942a89c..2563e63 100644 (file)
                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";
+       };
 };
 
 &ethmac {