aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2007-07-16 14:26:35 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-10-04 12:02:14 -0400
commit2652d4ec4a363487d0106a8bf51f1b081dd7e397 (patch)
treeb8deabfae85508ee396e463eed737b7887a7126d /include/asm-powerpc
parent449012daa92a60e42f0d55478641cfa796d51528 (diff)
[POWERPC] cpm2: Add SCCs to cpm2_clk_setup(), and cpm2_smc_clk_setup().
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/cpm2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-powerpc/cpm2.h b/include/asm-powerpc/cpm2.h
index c03650609792..41a45db0c8b1 100644
--- a/include/asm-powerpc/cpm2.h
+++ b/include/asm-powerpc/cpm2.h
@@ -1206,7 +1206,9 @@ enum cpm_clk_target {
1206 CPM_CLK_SCC4, 1206 CPM_CLK_SCC4,
1207 CPM_CLK_FCC1, 1207 CPM_CLK_FCC1,
1208 CPM_CLK_FCC2, 1208 CPM_CLK_FCC2,
1209 CPM_CLK_FCC3 1209 CPM_CLK_FCC3,
1210 CPM_CLK_SMC1,
1211 CPM_CLK_SMC2,
1210}; 1212};
1211 1213
1212enum cpm_clk { 1214enum cpm_clk {
@@ -1243,6 +1245,7 @@ enum cpm_clk {
1243}; 1245};
1244 1246
1245extern int cpm2_clk_setup(enum cpm_clk_target target, int clock, int mode); 1247extern int cpm2_clk_setup(enum cpm_clk_target target, int clock, int mode);
1248extern int cpm2_smc_clk_setup(enum cpm_clk_target target, int clock);
1246 1249
1247#endif /* __CPM2__ */ 1250#endif /* __CPM2__ */
1248#endif /* __KERNEL__ */ 1251#endif /* __KERNEL__ */