diff options
author | Jie Yang <yang.jie@intel.com> | 2014-07-14 17:11:09 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-14 19:12:09 +0100 |
commit | 15446c0b8dc79f5dfabfb689879609023713f421 (patch) | |
tree | 1b44ca0328304f6d86e5524f21ca0c288509a92d /sound/soc/intel | |
parent | b29d7c5f7126d3c0b9984fcfd74ea82ec4fb3510 (diff) | |
download | op-kernel-dev-15446c0b8dc79f5dfabfb689879609023713f421.zip op-kernel-dev-15446c0b8dc79f5dfabfb689879609023713f421.tar.gz |
ASoC: Intel: Merge wild cat point ADSP DRAM regions
Merge D-SRAM0 D-SRAM1 D-SRAM2 to D-SRAM, for wild cat point ADSP mem regions.
Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/sst-haswell-dsp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/intel/sst-haswell-dsp.c b/sound/soc/intel/sst-haswell-dsp.c index 535f517..4720382 100644 --- a/sound/soc/intel/sst-haswell-dsp.c +++ b/sound/soc/intel/sst-haswell-dsp.c @@ -313,9 +313,7 @@ static const struct sst_adsp_memregion lp_region[] = { /* wild cat point ADSP mem regions */ static const struct sst_adsp_memregion wpt_region[] = { - {0x00000, 0x40000, 8, SST_MEM_DRAM}, /* D-SRAM0 - 8 * 32kB */ - {0x40000, 0x80000, 8, SST_MEM_DRAM}, /* D-SRAM1 - 8 * 32kB */ - {0x80000, 0xA0000, 4, SST_MEM_DRAM}, /* D-SRAM2 - 4 * 32kB */ + {0x00000, 0xA0000, 20, SST_MEM_DRAM}, /* D-SRAM0,D-SRAM1,D-SRAM2 - 20 * 32kB */ {0xA0000, 0xF0000, 10, SST_MEM_IRAM}, /* I-SRAM - 10 * 32kB */ }; |