diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-02 13:52:43 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-02 13:52:42 -0700 |
| commit | 24461c58d0b84149e445e6ad57258564a129abac (patch) | |
| tree | 1c6d10000c4832caa1b112892662ce7cb2f457e2 | |
| parent | 46f0a3bc856df77fc20d5f5f4615f8954ed06397 (diff) | |
| parent | ead56d2e2766d2670f1357f47d80e24e43f9e5a6 (diff) | |
Merge "ARM: dts: msm: Update qusb2 efuse address for msmcobalt-v2"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi index 6aef31166e4d..38cfd58f7f2d 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt-v2.dtsi @@ -445,6 +445,14 @@ }; &qusb_phy0 { + reg = <0x0c012000 0x2a8>, + <0x01fcb24c 0x4>, + <0x00784238 0x4>; + reg-names = "qusb_phy_base", + "tcsr_clamp_dig_n_1p8", + "efuse_addr"; + qcom,efuse-bit-pos = <16>; + qcom,efuse-num-bits = <4>; qcom,qusb-phy-init-seq = /* <value reg_offset> */ <0x13 0x04 /* analog_controls_two */ |
