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

Commit c21190e9 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Update squelch detector threshold value for sm8150



With default value of 0x3 receiver sensitivity test EL_17 is
failing, due to analog audio switch installed on HS lines.
Fix the issue by increasing the value to 0x6. This passes
all receiver sensitivity tests including EL_17.

Change-Id: I6666b4358670d63ed9fec2c814ebb218f33e7c99
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 2b40bce1
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -608,7 +608,13 @@
};

&usb2_phy0 {
	/*
	 * update SQRXTUNE0 to appropriate value if analog
	 * audio switch is installed.
	 * otherwise use power on default(i.e 0x3)
	 */
	qcom,param-override-seq =
		<0x49 0x70
		<0xc1 0x6c
		0x49 0x70
		0x28 0x74>;
};