From bf0cfc08d498a18b2928533f2d3429818b820012 Mon Sep 17 00:00:00 2001 From: Pratham Pratap Date: Tue, 21 May 2024 12:08:43 +0530 Subject: [PATCH] ARM: dts: msm: update repeater override sequence on sun HDK Update HS trasmit amplitude and Tx pre-emphasis for sun HDK platform. Change-Id: I7f7c03ec19dc004d88ca00d53491f06f62ffb3ba Signed-off-by: Pratham Pratap --- qcom/sunp-hdk.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qcom/sunp-hdk.dtsi b/qcom/sunp-hdk.dtsi index b06d28f4..26edca46 100644 --- a/qcom/sunp-hdk.dtsi +++ b/qcom/sunp-hdk.dtsi @@ -90,3 +90,12 @@ status = "ok"; }; }; + +&pmih010x_eusb2_repeater { + qcom,param-override-seq = + /* */ + /* Adjust HS trasmit amplitude */ + <0xc 0x51 + /* Tx pre-emphasis tuning */ + 0x5 0x57>; +};