summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mxc/mxc.h
diff options
context:
space:
mode:
authorWallace Wang <r59996@freescale.com>2008-03-05 13:39:33 +0800
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:20:42 -0400
commit8702458225431e3f20e9cd1085b464b8123da750 (patch)
treea778bd4af97969b544345ce2527925aeb60f3912 /include/asm-arm/arch-mxc/mxc.h
parent94eacb1c96a7584f04ffdd2948bd2cf4daa0e4f4 (diff)
ENGR00064717 MX31 3DS Audio Power Management
MX31 3DS audio power management support Signed-off-by: Wallace Wang <r59996@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mxc/mxc.h')
-rw-r--r--include/asm-arm/arch-mxc/mxc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/mxc.h b/include/asm-arm/arch-mxc/mxc.h
index 8600ef5dc756..de544aab45a9 100644
--- a/include/asm-arm/arch-mxc/mxc.h
+++ b/include/asm-arm/arch-mxc/mxc.h
@@ -82,6 +82,7 @@ struct mxc_audio_platform_data {
int ssi_num;
int src_port;
int ext_port;
+ struct clk *ssi_clk[2];
char *regulator1;
char *regulator2;
};