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 <hemantk@codeaurora.org>
This commit is contained in:
Hemant Kumar 2016-05-02 15:34:24 -07:00
parent f303bb651b
commit a8c57749b3

View file

@ -62,3 +62,14 @@
&mdss_mdp { &mdss_mdp {
qcom,vbif-settings = <0x00d0 0x00002020>; qcom,vbif-settings = <0x00d0 0x00002020>;
}; };
&qusb_phy0 {
qcom,qusb-phy-init-seq =
/* <value reg_offset> */
<0x13 0x04
0x7c 0x18c
0x80 0x2c
0x0a 0x184
0x00 0x240
0x19 0xb4>;
};