diff options
Diffstat (limited to 'arch/arm/mach-msm/clock-pcom.h')
-rw-r--r-- | arch/arm/mach-msm/clock-pcom.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/clock-pcom.h b/arch/arm/mach-msm/clock-pcom.h index 17d027b23501..2c813f1dba23 100644 --- a/arch/arm/mach-msm/clock-pcom.h +++ b/arch/arm/mach-msm/clock-pcom.h | |||
@@ -132,8 +132,10 @@ | |||
132 | #define P_CSI1_P_CLK 97 | 132 | #define P_CSI1_P_CLK 97 |
133 | #define P_GSBI_CLK 98 | 133 | #define P_GSBI_CLK 98 |
134 | #define P_GSBI_P_CLK 99 | 134 | #define P_GSBI_P_CLK 99 |
135 | #define P_CE_CLK 100 /* Crypto engine */ | ||
136 | #define P_CODEC_SSBI_CLK 101 | ||
135 | 137 | ||
136 | #define P_NR_CLKS 100 | 138 | #define P_NR_CLKS 102 |
137 | 139 | ||
138 | struct clk_ops; | 140 | struct clk_ops; |
139 | extern struct clk_ops clk_ops_pcom; | 141 | extern struct clk_ops clk_ops_pcom; |