projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
753bd6d
)
ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
author
Dimitris Papastamos
<
[email protected]
>
Wed, 16 Jan 2013 23:49:53 +0000
(15:49 -0800)
committer
Kukjin Kim
<
[email protected]
>
Wed, 16 Jan 2013 23:49:53 +0000
(15:49 -0800)
We are using S3C_EINT(4) instead of S3C_EINT(5).
Signed-off-by: Dimitris Papastamos <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/mach-s3c64xx/mach-crag6410-module.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 553059f51841874c430d74bbbe7b4e108308fca6..755c0bb119f4c1e195c61281d776dcb92a50e6d8 100644
(file)
--- a/
arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/
arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@
-47,7
+47,7
@@
static struct spi_board_info wm1253_devs[] = {
.bus_num = 0,
.chip_select = 0,
.mode = SPI_MODE_0,
- .irq = S3C_EINT(
5
),
+ .irq = S3C_EINT(
4
),
.controller_data = &wm0010_spi_csinfo,
.platform_data = &wm0010_pdata,
},