diff options
author | Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> | 2024-10-21 18:52:19 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-11-04 11:46:31 +0300 |
commit | 3d163e346c76a708ab15bbd14139d03a6898533d (patch) | |
tree | 17b0ec44bc35407f3aca986a0855ca2748df5ee0 | |
parent | f3e22e1d8171a384bc1c0cfefa8e1bb3b6d54363 (diff) | |
download | linux-3d163e346c76a708ab15bbd14139d03a6898533d.tar.xz |
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; |