From 69653f96e7bd9598257a288fc5147ab17de7f41e Mon Sep 17 00:00:00 2001 From: Mayank Rana Date: Fri, 4 Feb 2022 15:22:49 -0800 Subject: [PATCH] ARM: dts: msm: Add end of marker with pair on Kalama USB QMP DP PHY driver needs end of marker value to stop going through pair value. Due to missing end marker, driver is using stale value as offset causing memory data abort. Fix this issue by adding end of marker with USB QMP PHY programming sequence on Kalama. Change-Id: I870d09415f6164b744e4c2f622ac1bdd2060f4a2 --- qcom/kalama-usb.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcom/kalama-usb.dtsi b/qcom/kalama-usb.dtsi index a890839d..ce1422ee 100644 --- a/qcom/kalama-usb.dtsi +++ b/qcom/kalama-usb.dtsi @@ -330,6 +330,7 @@ USB3_DP_PCS_USB3_LFPS_DET_HIGH_COUNT_VAL 0xF8 0 USB3_DP_PCS_USB3_RXEQTRAINING_DFE_TIME_S2 0x07 0 USB3_DP_PCS_USB3_RCVR_DTCT_DLY_U3_L 0x40 0 - USB3_DP_PCS_USB3_RCVR_DTCT_DLY_U3_H 0x00 0>; + USB3_DP_PCS_USB3_RCVR_DTCT_DLY_U3_H 0x00 0 + 0xffffffff 0xffffffff 0x00>; }; };