arm64: dts: freescale: Fix asrc1 node address
authorDaniel Baluta <daniel.baluta@nxp.com>
Wed, 26 Jul 2017 14:56:51 +0000 (17:56 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:33:54 +0000 (15:33 -0500)
According to DMA_Audio_8X_v0.5.04.docx, ASRC1
is mapped at 0x59000000 + 0x800000 = 0x59800000.

Most likely, the current value is a copy/paste error
from ASRC0.

Fixes: cc20b6b242 ("MLK-15317-5: ARM64: dts: Add asrc1 node definition")
Reported-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi

index 30a2dd6..210cd7e 100644 (file)
                status = "disabled";
        };
 
-       asrc1: asrc@59000000 {
+       asrc1: asrc@59800000 {
                compatible = "fsl,imx8qm-asrc1";
                reg = <0x0 0x59800000 0x0 0x10000>;
                interrupts = <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,