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

Commit 0b41570f authored by Asish Bhattacharya's avatar Asish Bhattacharya
Browse files

ARM: dts: add sound device node for 512 skuh flavour



After split of audio node from msm8916-qrd-skuh.dtsi to
msm8916-qrd-skuh.dts sound is not registered for 512 version
of target. Add seperate node for 512 flavour.

Change-Id: If9185a45c948adb3b30b2048e370e4761e7e7c63
Signed-off-by: default avatarAsish Bhattacharya <asishb@codeaurora.org>
parent 82f65cf9
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -20,3 +20,20 @@
	compatible = "qcom,msm8916-qrd-skuh", "qcom,msm8916-qrd", "qcom,msm8916", "qcom,qrd";
	qcom,board-id = <0x1000b 0x100> , <0x1000b 0x104>;
};

&soc {

	sound {
		qcom,msm-hs-micbias-type = "external";
		qcom,audio-routing =
				"RX_BIAS", "MCLK",
				"SPK_RX_BIAS", "MCLK",
				"INT_LDO_H", "MCLK",
				"MIC BIAS External", "Handset Mic",
				"MIC BIAS External2", "Headset Mic",
				"MIC BIAS External", "Secondary Mic",
				"AMIC1", "MIC BIAS External",
				"AMIC2", "MIC BIAS External2",
				"AMIC3", "MIC BIAS External";
	};
};