Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208759
b: refs/heads/master
c: b42faa1
h: refs/heads/master
i:
  208757: ce72a57
  208755: 24af208
  208751: ebd44ab
v: v3
  • Loading branch information
Kyungmin Park authored and Kukjin Kim committed Aug 5, 2010
1 parent 102e303 commit e5e1900
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 12c67fca56ea7e5012a4e616d34ddecfbcd6c979
refs/heads/master: b42faa12f2a76f2a726d7e121aece285048f75f0
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-s5pv210/dev-onenand.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ static struct resource s5pc110_onenand_resources[] = {
},
[1] = {
.start = S5PC110_PA_ONENAND_DMA,
.end = S5PC110_PA_ONENAND_DMA + SZ_2K - 1,
.end = S5PC110_PA_ONENAND_DMA + SZ_8K - 1,
.flags = IORESOURCE_MEM,
},
[2] = {
.start = IRQ_ONENAND_AUDI,
.end = IRQ_ONENAND_AUDI,
.flags = IORESOURCE_IRQ,
},
};

struct platform_device s5pc110_device_onenand = {
Expand Down

0 comments on commit e5e1900

Please sign in to comment.