From 4f957264698fc821fa710373f16f0a332270b2b2 Mon Sep 17 00:00:00 2001 From: Udipto Goswami Date: Fri, 25 Oct 2024 11:21:28 +0530 Subject: [PATCH] ARM: dts: msm: Adjust Squelch Repeater Register on SUN mtp platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the TUNE_USB2_SQUELCH_U register (0xFD54) to a value of 0x4 in the MTP platform’s override sequence. This adjustment addresses the current issue of excessive RX sensitivity, which causes the device to misinterpret noise as valid high-speed USB signals, leading to frequent USB disconnections. By increasing the squelch level, we enhance the precision of USB signal detection, reducing false positives and improving overall USB stability. Change-Id: Ifcd680e3c95170d168f693b4a6fd63aefe6c41d6 Signed-off-by: Udipto Goswami --- qcom/sun-mtp.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcom/sun-mtp.dtsi b/qcom/sun-mtp.dtsi index 3d9ec679..22d806c0 100644 --- a/qcom/sun-mtp.dtsi +++ b/qcom/sun-mtp.dtsi @@ -290,6 +290,8 @@ /* */ /* Adjust HS trasmit amplitude */ <0xa 0x51 + /* Squelch detection threshold */ + 0x4 0x54 /* Tx pre-emphasis tuning */ 0x3 0x57>; };