Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253431
b: refs/heads/master
c: fa70cf4
h: refs/heads/master
i:
  253429: 631bc3d
  253427: e531069
  253423: de7d6bc
v: v3
  • Loading branch information
Mika Westerberg authored and David S. Miller committed Jun 11, 2011
1 parent b7cbf94 commit 10c8baf
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0b5c9db1b11d3175bb42b80663a9f072f801edf5
refs/heads/master: fa70cf472c0bc3a0d7e613a418cfc1117b796c6c
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,15 @@ static struct resource ep93xx_eth_resource[] = {
}
};

static u64 ep93xx_eth_dma_mask = DMA_BIT_MASK(32);

static struct platform_device ep93xx_eth_device = {
.name = "ep93xx-eth",
.id = -1,
.dev = {
.platform_data = &ep93xx_eth_data,
.platform_data = &ep93xx_eth_data,
.coherent_dma_mask = DMA_BIT_MASK(32),
.dma_mask = &ep93xx_eth_dma_mask,
},
.num_resources = ARRAY_SIZE(ep93xx_eth_resource),
.resource = ep93xx_eth_resource,
Expand Down

0 comments on commit 10c8baf

Please sign in to comment.