diff options
| author | Jeffrey Hugo <jhugo@codeaurora.org> | 2018-12-11 13:00:04 -0700 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-11 13:25:24 -0800 |
| commit | a1697aba2721bebd5af2a041b9c251ce9bf7631e (patch) | |
| tree | 94537f1b731095125e3a76b164280f328a131d01 /include/dt-bindings/clock | |
| parent | 30bc0b9881f3a3bbe4e20c2176c53c34fcc287a5 (diff) | |
| download | blackbird-obmc-linux-a1697aba2721bebd5af2a041b9c251ce9bf7631e.tar.gz blackbird-obmc-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/clock')
| -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 |

