summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayank Rana <mrana@codeaurora.org>2016-03-18 14:22:21 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-04 19:28:51 -0700
commit810ed30a25b853cca52bd583c8d95e1b9f01dcaa (patch)
treec925e95dd655de820662bf9f9ecf1e5f2d94c026
parent39d2857874229c4eb898adbda435a9781ac257be (diff)
ARM: dts: msm: Increase USB QMP PHY register address space size on MSM8996
Currently used USB QMP PHY register address space size is 0x45c which is used by Linux USB QMP PHY driver to memory mapped the region. Some of QMP PHY registers' read/write offset is above this size. Hence increase USB QMP PHY register address space size to 0x7a8 to memory map complete USB QMP PHY related register address space. CRs-Fixed: 992231 Change-Id: I2a861c6a0d34d75aaad508b182c4007b6b448c2e Signed-off-by: Mayank Rana <mrana@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/msm8996.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996.dtsi b/arch/arm/boot/dts/qcom/msm8996.dtsi
index d62862ebb96a..3672d6f313cd 100644
--- a/arch/arm/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8996.dtsi
@@ -2133,7 +2133,7 @@
ssphy: ssphy@7410000 {
compatible = "qcom,usb-ssphy-qmp-v2";
- reg = <0x7410000 0x45c>,
+ reg = <0x7410000 0x7a8>,
<0x007ab244 0x4>;
reg-names = "qmp_phy_base",
"vls_clamp_reg";