summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
diff options
context:
space:
mode:
authorWeiguang Kong <weiguang.kong@nxp.com>2018-05-11 12:34:10 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:42 +0800
commit7a334f1a3062250fa3caec03bfa4d86c2960cbaf (patch)
treee8b9f8be7f976efaf878e54c14b4e36b68e56c54 /arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
parent5c3c491f39b3db5840f1d48e46ec265945a36f72 (diff)
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
index e9268d710088..e7cbbe557766 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
@@ -2948,6 +2948,7 @@
dsp: dsp@586e8000 {
compatible = "fsl,imx8qxp-dsp";
+ reserved-region = <&dsp_reserved>;
reg = <0x0 0x596e8000 0x0 0x88000>;
clocks = <&clk IMX8QXP_AUD_DSP_IPG>,
<&clk IMX8QXP_AUD_OCRAM_IPG>,