mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: msm8916: improve usb hs node formating
qcom,init-seq registers are in pairs Signed-off-by: David Heidelberg <david@ixit.cz> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211229193731.72690-1-david@ixit.cz
This commit is contained in:
parent
7a52967d90
commit
640e71aac5
|
|
@ -1731,8 +1731,10 @@ usb_hs_phy: phy {
|
|||
clock-names = "ref", "sleep";
|
||||
resets = <&gcc GCC_USB2A_PHY_BCR>, <&usb 0>;
|
||||
reset-names = "phy", "por";
|
||||
qcom,init-seq = /bits/ 8 <0x0 0x44
|
||||
0x1 0x6b 0x2 0x24 0x3 0x13>;
|
||||
qcom,init-seq = /bits/ 8 <0x0 0x44>,
|
||||
<0x1 0x6b>,
|
||||
<0x2 0x24>,
|
||||
<0x3 0x13>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user