diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 01:53:17 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 01:53:17 -0800 |
commit | 46cdaba11d6d66e834916850c293396399cf8736 (patch) | |
tree | d44b13e4f425f1c7c34bee45102f69aed7cf609c /arch/arm/plat-samsung/include/plat/regs-dma.h | |
parent | b099095445483358eef1b8e15a7bad4e96c325fc (diff) | |
download | blackbird-op-linux-46cdaba11d6d66e834916850c293396399cf8736.tar.gz blackbird-op-linux-46cdaba11d6d66e834916850c293396399cf8736.zip |
ARM: S3C24XX: Reuse S3C2443 dma for S3C2416
The dma controller is similar in S3C2443 and S3C2416 and has also
the same register layout with the same REQSEL-bits in the source
select.
The only small difference is the SIO channel of the S3C2443 for the
non-hsmmc controller which is not present on S3C2416/2450 and
second spi channel which is not present on the S3C2416.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/regs-dma.h')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/regs-dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/include/plat/regs-dma.h b/arch/arm/plat-samsung/include/plat/regs-dma.h index 178bccbe4804..a7d622ef16af 100644 --- a/arch/arm/plat-samsung/include/plat/regs-dma.h +++ b/arch/arm/plat-samsung/include/plat/regs-dma.h @@ -119,7 +119,7 @@ #define S3C2412_DMAREQSEL_UART2_1 S3C2412_DMAREQSEL_SRC(24) #endif /* CONFIG_CPU_S3C2412 */ -#ifdef CONFIG_CPU_S3C2443 +#if defined(CONFIG_CPU_S3C2416) || defined(CONFIG_CPU_S3C2443) #define S3C2443_DMAREQSEL_SRC(x) ((x) << 1) |