Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3939
b: refs/heads/master
c: 6904b24
h: refs/heads/master
i:
  3937: b38fef1
  3935: 756e1e6
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 29, 2005
1 parent b1f8217 commit b5d90ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f705b1aed7002495a504086705ff9725ed9412dc
refs/heads/master: 6904b2465cf30265a67711025815784aa345bfad
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c2410/devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ struct platform_device s3c_device_lcd = {
.num_resources = ARRAY_SIZE(s3c_lcd_resource),
.resource = s3c_lcd_resource,
.dev = {
.dma_mask = &s3c_device_lcd_dmamask,
.coherent_dma_mask = 0xffffffffUL
.dma_mask = &s3c_device_lcd_dmamask,
.coherent_dma_mask = 0xffffffffUL
}
};

Expand Down
8 changes: 2 additions & 6 deletions trunk/arch/arm/mach-s3c2410/mach-vr1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,16 +371,12 @@ void __init vr1000_map_io(void)
usb_simtec_init();
}

void __init vr1000_init_irq(void)
{
s3c24xx_init_irq();
}

MACHINE_START(VR1000, "Thorcom-VR1000")
MAINTAINER("Ben Dooks <ben@simtec.co.uk>")
BOOT_MEM(S3C2410_SDRAM_PA, S3C2410_PA_UART, (u32)S3C24XX_VA_UART)
BOOT_PARAMS(S3C2410_SDRAM_PA + 0x100)
MAPIO(vr1000_map_io)
INITIRQ(vr1000_init_irq)
.map_io = vr1000_map_io,
.init_irq = s3c24xx_init_irq,
.timer = &s3c24xx_timer,
MACHINE_END

0 comments on commit b5d90ab

Please sign in to comment.