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

Commit 235e54da authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add property to distinguish QRD khaje devices"

parents 51179cd4 356fae67
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1873,6 +1873,7 @@ Optional properties:
- qcom,rxtx-bolero-codec: Property to specify RX-TX macros supported.
- qcom,wsa-bolero-codec: Property to specify WSA macro supported.
- qcom,tdm-audio-intf: Property to specify if Aux PCM interface is used for the target
- qcom,wcd-datalane-mismatch: Property to specify if wcd datalane mismatch.

Example:
	bengal_snd: sound {
@@ -1885,6 +1886,7 @@ Example:
		qcom,va-bolero-codec = <1>;
		qcom,rxtx-bolero-codec = <1>;
		qcom,tdm-audio-intf = <1>;
		qcom,wcd-datalane-mismatch = <1>;

		asoc-platform = <&pcm0>, <&pcm1>, <&pcm2>, <&voip>, <&voice>,
				<&loopback>, <&compress>, <&hostless>,
+4 −0
Original line number Diff line number Diff line
@@ -12,3 +12,7 @@
	qcom,board-id = <0x1000B 0>;
	qcom,pmic-id = <0x2D 0x2E 0x0 0x0>;
};

&bengal_snd {
	qcom,wcd-datalane-mismatch = <1>;
};