diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-15 17:52:22 -0400 |
|---|---|---|
| committer | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-15 19:39:03 -0400 |
| commit | e216ce60a9e05ab399d098f05cd86fd95c9da8d5 (patch) | |
| tree | e4011df8185206e60764bb528e3be601c15a5668 /include/dt-bindings/reset | |
| parent | d8c25d3a1a1d61cf433654f3632a03ddaee4f781 (diff) | |
clk: qcom: Add support for APQ8064 multimedia clocks
The APQ8064 multimedia clock controller is fairly similar to the
8960 multimedia clock controller, except that gfx2d0/1 has been
removed and the gfx3d frequency is slightly faster when using the
newly introduced PLL15. We also add vcap clocks and a couple new
TV clocks.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings/reset')
| -rw-r--r-- | include/dt-bindings/reset/qcom,mmcc-msm8960.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/qcom,mmcc-msm8960.h b/include/dt-bindings/reset/qcom,mmcc-msm8960.h index ba36ec680118..11741113a841 100644 --- a/include/dt-bindings/reset/qcom,mmcc-msm8960.h +++ b/include/dt-bindings/reset/qcom,mmcc-msm8960.h | |||
| @@ -89,5 +89,13 @@ | |||
| 89 | #define CSI2_RESET 72 | 89 | #define CSI2_RESET 72 |
| 90 | #define CSI_RDI1_RESET 73 | 90 | #define CSI_RDI1_RESET 73 |
| 91 | #define CSI_RDI2_RESET 74 | 91 | #define CSI_RDI2_RESET 74 |
| 92 | #define GFX3D_AXI_RESET 75 | ||
| 93 | #define VCAP_AXI_RESET 76 | ||
| 94 | #define SMMU_VCAP_AHB_RESET 77 | ||
| 95 | #define VCAP_AHB_RESET 78 | ||
| 96 | #define CSI_RDI_RESET 79 | ||
| 97 | #define CSI_PIX_RESET 80 | ||
| 98 | #define VCAP_NPL_RESET 81 | ||
| 99 | #define VCAP_RESET 82 | ||
| 92 | 100 | ||
| 93 | #endif | 101 | #endif |
