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>
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>,