Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295611
b: refs/heads/master
c: 51f31cb
h: refs/heads/master
i:
  295609: 41e5fa8
  295607: 0237c99
v: v3
  • Loading branch information
Manjunath Hadli authored and Sekhar Nori committed Feb 24, 2012
1 parent f8d702b commit 345ae60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 5cfb19ac604a68c030b245561f575c2d1bac1d49
refs/heads/master: 51f31cb3a22da0fdae69052a98d976fb4ff5857d
8 changes: 5 additions & 3 deletions trunk/arch/arm/mach-davinci/dm644x.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,13 +594,15 @@ static struct platform_device dm644x_asp_device = {
.resource = dm644x_asp_resources,
};

#define DM644X_VPSS_BASE 0x01c73400

static struct resource dm644x_vpss_resources[] = {
{
/* VPSS Base address */
.name = "vpss",
.start = 0x01c73400,
.end = 0x01c73400 + 0xff,
.flags = IORESOURCE_MEM,
.start = DM644X_VPSS_BASE,
.end = DM644X_VPSS_BASE + 0xff,
.flags = IORESOURCE_MEM,
},
};

Expand Down

0 comments on commit 345ae60

Please sign in to comment.