diff options
author | Rajendra Nayak <rnayak@codeaurora.org> | 2016-08-16 12:55:48 +0530 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-08-19 12:55:19 -0700 |
commit | 63bb4fd6a391167f855f9b38b27945bed4015756 (patch) | |
tree | 3dc5d28aba294c7369d9d3d1bd24371af99f2ffb /include/dt-bindings | |
parent | 069810257644c90d891ce659596013201d9d9e7b (diff) |
clk: qcom: gdsc: Add the missing BIMC gdsc for msm8996
Add BIMC gdsc data found in MMCC part of msm8996 family of devices.
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/qcom,mmcc-msm8996.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,mmcc-msm8996.h b/include/dt-bindings/clock/qcom,mmcc-msm8996.h index 7d3a7fa1a1bd..5abc445ad815 100644 --- a/include/dt-bindings/clock/qcom,mmcc-msm8996.h +++ b/include/dt-bindings/clock/qcom,mmcc-msm8996.h @@ -298,5 +298,6 @@ #define FD_GDSC 12 #define MDSS_GDSC 13 #define GPU_GX_GDSC 14 +#define MMAGIC_BIMC_GDSC 15 #endif |