diff options
| author | Ben Dooks <ben-linux@fluff.org> | 2006-02-08 17:03:31 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-02-08 17:03:31 -0500 |
| commit | 083d06edfda28fdee41ac46dc57ad4949927acd9 (patch) | |
| tree | 01757c54299fcf8b97199de109dcd4b1e5b2bf77 | |
| parent | 5cba742935ee7aee6f70d35da83e6398408418f7 (diff) | |
[ARM] 3299/1: S3C24XX - fix irq range on adc device
Patch from Ben Dooks
Change the IRQ resource range for the ADC device
to be two distinct IRQs
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-s3c2410/devs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/devs.c b/arch/arm/mach-s3c2410/devs.c index b8d994a24d1c..0a47d38789a5 100644 --- a/arch/arm/mach-s3c2410/devs.c +++ b/arch/arm/mach-s3c2410/devs.c | |||
| @@ -275,6 +275,11 @@ static struct resource s3c_adc_resource[] = { | |||
| 275 | }, | 275 | }, |
| 276 | [1] = { | 276 | [1] = { |
| 277 | .start = IRQ_TC, | 277 | .start = IRQ_TC, |
| 278 | .end = IRQ_TC, | ||
| 279 | .flags = IORESOURCE_IRQ, | ||
| 280 | }, | ||
| 281 | [2] = { | ||
| 282 | .start = IRQ_ADC, | ||
| 278 | .end = IRQ_ADC, | 283 | .end = IRQ_ADC, |
| 279 | .flags = IORESOURCE_IRQ, | 284 | .flags = IORESOURCE_IRQ, |
| 280 | } | 285 | } |
