]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: Add USB3 PHY reset lines
authorVivek Gautam <vivek.gautam@codeaurora.org>
Thu, 15 Sep 2016 04:45:33 +0000 (10:15 +0530)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 16 Sep 2016 23:19:50 +0000 (16:19 -0700)
Adding missing reset lines for USB 3.0 PHY.

Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/qcom/gcc-msm8996.c
include/dt-bindings/clock/qcom,gcc-msm8996.h

index ebe5d187fa1b80cdf1b4804c53201451fc789fae..fe03e6fbc7df590d9d354891a5aa05d686d59fd7 100644 (file)
@@ -3329,6 +3329,8 @@ static const struct qcom_reset_map gcc_msm8996_resets[] = {
        [GCC_USB_20_BCR] = { 0x12000 },
        [GCC_QUSB2PHY_PRIM_BCR] = { 0x12038 },
        [GCC_QUSB2PHY_SEC_BCR] = { 0x1203c },
+       [GCC_USB3_PHY_BCR] = { 0x50020 },
+       [GCC_USB3PHY_PHY_BCR] = { 0x50024 },
        [GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x6a000 },
        [GCC_SDCC1_BCR] = { 0x13000 },
        [GCC_SDCC2_BCR] = { 0x14000 },
index b7ea1e8f5560c1908bf41879adac6a3a0f292e07..1828723eb621225d106622515be190f73540bfea 100644 (file)
 #define GCC_QREFS_VBG_CAL_BCR                                  100
 #define GCC_PCIE_PHY_COM_BCR                                   101
 #define GCC_PCIE_PHY_COM_NOCSR_BCR                             102
+#define GCC_USB3_PHY_BCR                                       103
+#define GCC_USB3PHY_PHY_BCR                                    104
 
 
 /* Indexes for GDSCs */