All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
@ 2012-11-02 13:04 ` Dimitris Papastamos
  0 siblings, 0 replies; 6+ messages in thread
From: Dimitris Papastamos @ 2012-11-02 13:04 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: Mark Brown, linux-arm-kernel, linux-samsung-soc, patches

We are using S3C_EINT(4) instead of S3C_EINT(5).

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
---
 arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 4744c42..c6d8dba 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -60,7 +60,7 @@ static struct spi_board_info balblair_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,
 	},
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-06 10:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 13:04 [PATCH v2] ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore Dimitris Papastamos
2012-11-02 13:04 ` Dimitris Papastamos
2012-11-02 14:22 ` Mark Brown
2012-11-02 14:22   ` Mark Brown
2012-11-06 10:52   ` Kukjin Kim
2012-11-06 10:52     ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.