From b838b532adf3409bf5b5e3606dfb0689363f9402 Mon Sep 17 00:00:00 2001 From: Pratham Pratap Date: Tue, 26 Apr 2022 10:16:34 +0530 Subject: [PATCH] ARM: dts: msm: Update HS_TX_PRE_EMPHASIS register address on Cape This change updates HS_TX_PRE_EMPHASIS register address according to the latest datasheet provided by 3rd party repeater(TI) on Cape. Change-Id: Id3caaadf85f0cf0a9f55a2dee8c23cbced6efdeb --- qcom/cape-atp.dtsi | 2 +- qcom/cape-cdp.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/cape-atp.dtsi b/qcom/cape-atp.dtsi index 7e19ea4b..42f0fda1 100644 --- a/qcom/cape-atp.dtsi +++ b/qcom/cape-atp.dtsi @@ -116,7 +116,7 @@ /* Rx squelch detection threshold to 117mV; default is 104mV */ <0x2 0x73 /* Tx Pre-emphasis to 2.1dB; default is 0.5dB for both */ - 0x3b 0x77 + 0x3b 0x71 /* Output Voltage Swing to 490mV; default is 400mV */ 0x7c 0x70>; }; diff --git a/qcom/cape-cdp.dtsi b/qcom/cape-cdp.dtsi index bef0b02b..80f5d860 100644 --- a/qcom/cape-cdp.dtsi +++ b/qcom/cape-cdp.dtsi @@ -156,7 +156,7 @@ /* Rx squelch detection threshold to 117mV; default is 104mV */ <0x2 0x73 /* Tx Pre-emphasis to 2.1dB; default is 0.5dB for both */ - 0x3b 0x77 + 0x3b 0x71 /* Output Voltage Swing to 490mV; default is 400mV */ 0x7c 0x70>; };