From a8c57749b39d0a68275625dc07551c8b4f3c6c86 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Mon, 2 May 2016 15:34:24 -0700 Subject: [PATCH] ARM: dts: msm: Update qusb2 phy init sequence for msmcobalt v2 qusb2 phy programming sequence on msmcobalt v2 platform requires one extra register write to initialize the phy. Change-Id: Id2e764210e3ca9e12a3d8299bf0c585958bbd7c8 Signed-off-by: Hemant Kumar --- arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi index 439f65b49550..67e6d8d724a5 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi @@ -62,3 +62,14 @@ &mdss_mdp { qcom,vbif-settings = <0x00d0 0x00002020>; }; + +&qusb_phy0 { + qcom,qusb-phy-init-seq = + /* */ + <0x13 0x04 + 0x7c 0x18c + 0x80 0x2c + 0x0a 0x184 + 0x00 0x240 + 0x19 0xb4>; +};