Skip to content

Commit

Permalink
ARM: S3C24XX: Add map entries needed by the s3c64xx-spi devices
Browse files Browse the repository at this point in the history
The S3C_PA_SPIx constants are only used by the s3c64xx-spi driver
and don't conflict with the older SoCs as they don't support hsspi.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Heiko Stuebner authored and Kukjin Kim committed Apr 25, 2012
1 parent ad6c1d4 commit 97e1ed7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-s3c24xx/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@

/* SPI */
#define S3C2410_PA_SPI (0x59000000)
#define S3C2443_PA_SPI0 (0x52000000)
#define S3C2443_PA_SPI1 S3C2410_PA_SPI

/* SDI */
#define S3C2410_PA_SDI (0x5A000000)
Expand Down Expand Up @@ -162,4 +164,7 @@
#define S3C_PA_WDT S3C2410_PA_WATCHDOG
#define S3C_PA_NAND S3C24XX_PA_NAND

#define S3C_PA_SPI0 S3C2443_PA_SPI0
#define S3C_PA_SPI1 S3C2443_PA_SPI1

#endif /* __ASM_ARCH_MAP_H */

0 comments on commit 97e1ed7

Please sign in to comment.