aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-s3c2410
diff options
context:
space:
mode:
authorSandeep Sanjay Patil <psandeep.s@gmail.com>2007-05-16 10:51:45 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-16 15:37:43 +0100
commite903382ceae1dd85e650ffc7e98facdd59cc7a3f (patch)
treecce29e6f9e35f8febce2e26ca054b5e6905363cd /include/asm-arm/arch-s3c2410
parent[ARM] 4383/1: iop: fix usage of '__init' and 'inline' in iop files (diff)
downloadlinux-dev-e903382ceae1dd85e650ffc7e98facdd59cc7a3f.tar.xz
linux-dev-e903382ceae1dd85e650ffc7e98facdd59cc7a3f.zip
[ARM] 4384/1: S3C2412/13 SPI registers offset correction
Change the SPI Channel 1 register offset in s3c_spi1_resource[], and s3c2412_dma_mappings[]. Offset has to be 0x100 in s3c2412/13's case. Also, total SPI memory resource size changed to 0x24 for s3c2412/13. Signed-off-by: Sandeep Patil <psandeep.s@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-s3c2410')
-rw-r--r--include/asm-arm/arch-s3c2410/regs-spi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/regs-spi.h b/include/asm-arm/arch-s3c2410/regs-spi.h
index 3552280d1e8f..4a499a138256 100644
--- a/include/asm-arm/arch-s3c2410/regs-spi.h
+++ b/include/asm-arm/arch-s3c2410/regs-spi.h
@@ -12,6 +12,8 @@
#ifndef __ASM_ARCH_REGS_SPI_H
#define __ASM_ARCH_REGS_SPI_H
+#define S3C2410_SPI1 (0x20)
+#define S3C2412_SPI1 (0x100)
#define S3C2410_SPCON (0x00)