ARM: S3C64XX: Use S3C64XX_SDMA_SEL register name instead of numeric address
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-s3c64xx / dma.c
index 204bfafe4bfc214677e60fedbef98e4f43a5dd93..0849f2d3b1054e4a1ad1b1d3426376dcb513b313 100644 (file)
@@ -740,7 +740,7 @@ static int __init s3c64xx_dma_init(void)
        }
 
        /* Set all DMA configuration to be DMA, not SDMA */
-       writel(0xffffff, S3C_SYSREG(0x110));
+       writel(0xffffff, S3C64XX_SDMA_SEL);
 
        /* Register standard DMA controllers */
        s3c64xx_dma_init1(0, DMACH_UART0, IRQ_DMA0, 0x75000000);