summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-06-28 11:59:56 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-28 11:59:56 -0700
commit5901738d81f110342272c6c4caabfa8ad3414a08 (patch)
tree182c24539a875477fa9b362a10af36e12d6278fc
parentc7773e1ecad88c10d96336231be8b0af3d24200c (diff)
parent5ccb8c59b53650e9b8187e8098bd307917808da9 (diff)
Merge "ARM: dts: msm: Update USB PHY0 parameters for SDA660/630 HDK platform"
-rw-r--r--arch/arm/boot/dts/qcom/sda630-pm660a-qrd-hdk.dts13
-rw-r--r--arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts10
2 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sda630-pm660a-qrd-hdk.dts b/arch/arm/boot/dts/qcom/sda630-pm660a-qrd-hdk.dts
index 227a8999a745..4c4c758daa29 100644
--- a/arch/arm/boot/dts/qcom/sda630-pm660a-qrd-hdk.dts
+++ b/arch/arm/boot/dts/qcom/sda630-pm660a-qrd-hdk.dts
@@ -60,6 +60,19 @@
/delete-node/ &tasha_hph_en0;
/delete-node/ &tasha_hph_en1;
+&qusb_phy0 {
+ qcom,qusb-phy-init-seq = <0xf8 0x80
+ 0xb3 0x84
+ 0x83 0x88
+ 0xc7 0x8c
+ 0x30 0x08
+ 0x79 0x0c
+ 0x21 0x10
+ 0x14 0x9c
+ 0x9f 0x1c
+ 0x00 0x18>;
+};
+
&tasha_snd {
qcom,model = "sdm660-tasha-skus-snd-card";
qcom,audio-routing =
diff --git a/arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts b/arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts
index 7fb0c9d03825..604823ff416e 100644
--- a/arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts
+++ b/arch/arm/boot/dts/qcom/sda660-pm660a-qrd-hdk.dts
@@ -218,4 +218,14 @@
<0x00188018 0x4>;
reg-names = "qusb_phy_base",
"ref_clk_addr";
+ qcom,qusb-phy-init-seq = <0xf8 0x80
+ 0xb3 0x84
+ 0x83 0x88
+ 0xc7 0x8c
+ 0x30 0x08
+ 0x79 0x0c
+ 0x21 0x10
+ 0x14 0x9c
+ 0x9f 0x1c
+ 0x00 0x18>;
};