Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274046
b: refs/heads/master
c: d93f5ee
h: refs/heads/master
v: v3
  • Loading branch information
Ajay Kumar authored and Kukjin Kim committed Oct 4, 2011
1 parent f1b3248 commit bbb0cbb
Show file tree
Hide file tree
Showing 3 changed files with 8 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: c0735c85d1b9e2a1954deb3b3c8d5061f70464e5
refs/heads/master: d93f5eefd456bde3dd14eac7b909f3ba4e55cdbb
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-s5p64x0/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@

#define IRQ_I2S0 IRQ_I2SV40

#define IRQ_LCD_FIFO IRQ_DISPCON0
#define IRQ_LCD_VSYNC IRQ_DISPCON1
#define IRQ_LCD_SYSTEM IRQ_DISPCON2

/* S5P6450 EINT feature will be added */

/*
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s5p64x0/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

#define S5P64X0_PA_HSMMC(x) (0xED800000 + ((x) * 0x100000))

#define S5P64X0_PA_FB 0xEE000000

#define S5P64X0_PA_I2S 0xF2000000
#define S5P6450_PA_I2S1 0xF2800000
#define S5P6450_PA_I2S2 0xF2900000
Expand All @@ -64,6 +66,7 @@
#define S3C_PA_IIC1 S5P6440_PA_IIC1
#define S3C_PA_RTC S5P64X0_PA_RTC
#define S3C_PA_WDT S5P64X0_PA_WDT
#define S3C_PA_FB S5P64X0_PA_FB

#define S5P_PA_CHIPID S5P64X0_PA_CHIPID
#define S5P_PA_SROMC S5P64X0_PA_SROMC
Expand Down

0 comments on commit bbb0cbb

Please sign in to comment.