summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp.h
diff options
context:
space:
mode:
authorBing Song <bing.song@nxp.com>2020-06-16 13:15:29 +0800
committerBing Song <bing.song@nxp.com>2020-07-10 16:48:11 +0800
commit777b92ecd03fb93e86088a6de15ef440fb9f14ba (patch)
tree181ce5dc768ce9307df8bdf6ab4768eebb3d18d8 /sound/soc/fsl/fsl_dsp.h
parent23219672c1084abbf05a380b9c12230c7d270362 (diff)
MLK-24365-5 dsp: setup memory for dsp.
LPA only use OCRAM as DRAM will in retention mode when LPA. Signed-off-by: Bing Song <bing.song@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_dsp.h')
-rw-r--r--sound/soc/fsl/fsl_dsp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_dsp.h b/sound/soc/fsl/fsl_dsp.h
index 1f67b132dfba..a4e4537bc19e 100644
--- a/sound/soc/fsl/fsl_dsp.h
+++ b/sound/soc/fsl/fsl_dsp.h
@@ -88,6 +88,12 @@ struct fsl_dsp {
void *sdram_vir_addr;
unsigned long sdram_phys_addr;
int sdram_reserved_size;
+ void *ocram_vir_addr;
+ unsigned long ocram_phys_addr;
+ int ocram_reserved_size;
+ void *ocram_e_vir_addr;
+ unsigned long ocram_e_phys_addr;
+ int ocram_e_reserved_size;
void *msg_buf_virt;
dma_addr_t msg_buf_phys;
int msg_buf_size;