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:
parent
f303bb651b
commit
a8c57749b3
1 changed files with 11 additions and 0 deletions
|
@ -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>;
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue