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

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

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

&ethmac {