Unverified Commit e27ecde0 authored by Nícolas F. R. A. Prado's avatar Nícolas F. R. A. Prado Committed by AngeloGioacchino Del Regno
Browse files

arm64: dts: mediatek: mt8390-genio-common: Add routes for DMIC



Add necessary routes for the onboard dual DMIC present on the Genio
700/510 EVK. The dmic is supplied by micbias0 and micbias2, and inputs
into the MT8188 DMIC DAI.

Co-developed-by: default avatarparkeryang <Parker.Yang@mediatek.com>
Signed-off-by: default avatarparkeryang <Parker.Yang@mediatek.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: default avatarNícolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20250225-genio700-dmic-v2-6-3076f5b50ef7@collabora.com


Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent e913aec7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1060,7 +1060,11 @@ &sound {
	pinctrl-0 = <&audio_default_pins>;
	audio-routing =
		"Headphone", "Headphone L",
		"Headphone", "Headphone R";
		"Headphone", "Headphone R",
		"DMIC_INPUT", "AP DMIC",
		"AP DMIC", "AUDGLB",
		"AP DMIC", "MIC_BIAS_0",
		"AP DMIC", "MIC_BIAS_2";
	mediatek,adsp = <&adsp>;
	status = "okay";