summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2018-12-14 19:15:07 +0200
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:35:44 +0800
commit1e63c7b0935f09c7f3cccb3bea04071be4bc5b67 (patch)
tree3b9a915dd5cb0a1a19954cea6075f457637f181d /arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
parent3ea798c3f0a3ac1a6679d2174b2db23c6e981d9f (diff)
MLK-20095-3: ASoC: fsl: Differentiate between QXP and QM
On QM the DSP is inside the VPU subsystem while in QXP it is inside the Audio DMA subsystem. For this reason there are "subtle" differences. Introduce new compatible string for QM to help us correctly configure the DSP depending on the board they run. dsp_mem_msg structure is shared with the DSP, so by introducing new member dsp_board_type we can let DSP know on which target it runs. Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
index 1da5b9f30119..0cfe4a724928 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
@@ -3750,7 +3750,7 @@
};
dsp: dsp@556e8000 {
- compatible = "fsl,imx8qxp-dsp";
+ compatible = "fsl,imx8qm-dsp";
reserved-region = <&dsp_reserved>;
reg = <0x0 0x556e8000 0x0 0x88000>;
clocks = <&clk IMX8QM_AUD_DSP_IPG>,