Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308404
b: refs/heads/master
c: 97e1ed7
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Stuebner authored and Kukjin Kim committed Apr 25, 2012
1 parent 3d1eab2 commit 1035cbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad6c1d43964dcba57bfe20b7185af5a71f94a1b7
refs/heads/master: 97e1ed7960bc3b86c51aef8d3d014286032d476e
5 changes: 5 additions & 0 deletions trunk/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 1035cbe

Please sign in to comment.