diff options
author | Jeffrey Hugo <jhugo@codeaurora.org> | 2018-12-11 21:00:04 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-11 22:25:24 +0100 |
commit | a1697aba2721bebd5af2a041b9c251ce9bf7631e (patch) | |
tree | 94537f1b731095125e3a76b164280f328a131d01 /include/dt-bindings | |
parent | clk: qcom: gcc-msm8998: Add clkref clocks (diff) | |
download | linux-a1697aba2721bebd5af2a041b9c251ce9bf7631e.tar.xz linux-a1697aba2721bebd5af2a041b9c251ce9bf7631e.zip |
clk: qcom: Add missing msm8998 resets
commit c0cb7c7e7164 ("clk: qcom: Enumerate remaining msm8998 resets")
missed two USB2 resets. Add them.
Fixes: c0cb7c7e7164 ("clk: qcom: Enumerate remaining msm8998 resets")
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-msm8998.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8998.h b/include/dt-bindings/clock/qcom,gcc-msm8998.h index 958fe830cfac..ba84bbab5c83 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8998.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8998.h @@ -296,5 +296,7 @@ #define GCC_GLM_BCR 103 #define GCC_SKL_BCR 104 #define GCC_MSMPU_BCR 105 +#define GCC_QUSB2PHY_PRIM_BCR 106 +#define GCC_QUSB2PHY_SEC_BCR 107 #endif |