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

Commit c105f697 authored by Meng Wang's avatar Meng Wang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add audio device node for sdm670 hdk device



SDM670 hdk device is using different hardware design from MTP device.
Add audio device node for SDM670 hdk device.

Change-Id: I7351f9926c8bab8a3a78605d8c305d8f2bcadfa9
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent d77ce925
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -36,6 +36,29 @@
	qcom,dsi-display-active;
};

&tavil_snd {
	qcom,model = "sdm670-tavil-hdk-snd-card";
	com,audio-routing =
		"AIF4 VI", "MCLK",
		"RX_BIAS", "MCLK",
		"MADINPUT", "MCLK",
		"AMIC2", "MIC BIAS2",
		"MIC BIAS2", "Headset Mic",
		"DMIC0", "MIC BIAS1",
		"MIC BIAS1", "Digital Mic0",
		"DMIC1", "MIC BIAS1",
		"MIC BIAS1", "Digital Mic1",
		"DMIC3", "MIC BIAS3",
		"MIC BIAS3", "Digital Mic3",
		"DMIC4", "MIC BIAS4",
		"MIC BIAS4", "Digital Mic4",
		"SpkrLeft IN", "SPK1 OUT";

	qcom,wsa-max-devs = <1>;
	qcom,wsa-devs = <&wsa881x_0211>, <&wsa881x_0213>;
	qcom,wsa-aux-dev-prefix = "SpkrLeft", "SpkrLeft";
};

&ufsphy_mem {
	compatible = "qcom,ufs-phy-qmp-v3";