MLK-18279: ASoC: fsl_dsp: get the information of reserved memory from
authorDaniel Baluta <daniel.baluta@nxp.com>
Mon, 15 Apr 2019 14:03:33 +0000 (17:03 +0300)
committerLeonard Crestez <leonard.crestez@nxp.com>
Thu, 18 Apr 2019 00:00:38 +0000 (03:00 +0300)
commit312acbfd7a3759ff0585fe4df990589bbf1742fc
tree203571de779a401578e4a30bb578d923ff21805a
parentb2d2ec03a523ea8017b0740836647f1a194c91b7
MLK-18279: ASoC: fsl_dsp: get the information of reserved memory from
dts

The reserved memory for dsp is defined in dts file, however, the dsp
driver has also defined the address and size of this reserved memory,
which is repeated and inflexible.
So by cancelling the definition in dsp driver and use system API to
get the information of reserved memory from dts dynamically to fix
this problem.

Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
sound/soc/fsl/fsl_dsp.c
sound/soc/fsl/fsl_dsp.h
sound/soc/fsl/fsl_dsp_proxy.c