Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 154b912c authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman
Browse files

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: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent cfc34f04
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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";
	};
};

&ethmac {