From 6cc8d1c2854a3ebfc7ee61336ea1bddf2ede88a0 Mon Sep 17 00:00:00 2001 From: Daniel Baluta <daniel.baluta@nxp.com> Date: Wed, 9 Jan 2019 17:33:31 +0200 Subject: [PATCH] MLK-20710 arm64: dts: Fix unit address for DSP node Unit address must match the address specified in the reg property. Reviwed-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> --- arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi index 9d9046a9e2aea8..d84784f2b3229b 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi @@ -3185,7 +3185,7 @@ power-domains = <&pd_lsio_gpt0>; }; - dsp: dsp@586e8000 { + dsp: dsp@596e8000 { compatible = "fsl,imx8qxp-dsp"; reserved-region = <&dsp_reserved>; reg = <0x0 0x596e8000 0x0 0x88000>; -- GitLab