ARM: dts: msm: Adjust HS transmit amplitude for more coverage

Currently, it seems the HS transmit programmed isn't enough to
pass electrical compliance tests for all devices. Therefore
increasing it to 0xf (recommended by HW team) in order to
meet the passing marks.

Change-Id: I6609d6012e8ec6489c33af0a75873314a5b10e67
Signed-off-by: Udipto Goswami <quic_ugoswami@quicinc.com>
This commit is contained in:
Udipto Goswami
2024-07-02 17:17:12 +05:30
parent bf0cfc08d4
commit a374335029

View File

@@ -95,7 +95,7 @@
qcom,param-override-seq = qcom,param-override-seq =
/* <value reg_offset> */ /* <value reg_offset> */
/* Adjust HS trasmit amplitude */ /* Adjust HS trasmit amplitude */
<0xc 0x51 <0xf 0x51
/* Tx pre-emphasis tuning */ /* Tx pre-emphasis tuning */
0x5 0x57>; 0x5 0x57>;
}; };