diff options
author | 2024-10-21 11:52:19 -0400 | |
---|---|---|
committer | 2024-11-04 16:46:31 +0800 | |
commit | 3d163e346c76a708ab15bbd14139d03a6898533d (patch) | |
tree | 17b0ec44bc35407f3aca986a0855ca2748df5ee0 | |
parent | arm64: dts: imx8qxp-mek: add dsp rproc-related mem regions (diff) | |
download | wireguard-linux-3d163e346c76a708ab15bbd14139d03a6898533d.tar.xz wireguard-linux-3d163e346c76a708ab15bbd14139d03a6898533d.zip |
arm64: dts: imx8qm: drop dsp node from audio_subsys bus
On i.MX8QM, the DSP is in the VPU subsystem, which means that using the
'dsp' node from 'imx8-ss-audio.dtsi' is wrong as it's placed under the
wrong bus. As such, drop it.
Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Tested-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qm.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi index a7e2d1ec2671..9ae42eb5239b 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm.dtsi @@ -609,3 +609,5 @@ #include "imx8qm-ss-lvds.dtsi" #include "imx8qm-ss-mipi.dtsi" #include "imx8qm-ss-hsio.dtsi" + +/delete-node/ &dsp; |