Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186477
b: refs/heads/master
c: bff932c
h: refs/heads/master
i:
  186475: c5a786b
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Paul Mundt committed Mar 2, 2010
1 parent 60b64bb commit d11f361
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20f2a3b5d57701c54bdd59b89dd37fe775926bae
refs/heads/master: bff932cf6eda730fa42c363f7cfcc98c39240a24
3 changes: 3 additions & 0 deletions trunk/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ struct platform_device dma_device = {
.dev = {
.platform_data = &dma_platform_data,
},
.archdata = {
.hwblk_id = HWBLK_DMAC,
},
};

/* Serial */
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/sh/kernel/cpu/sh4a/setup-sh7724.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ static struct platform_device dma0_device = {
.dev = {
.platform_data = &dma0_platform_data,
},
.archdata = {
.hwblk_id = HWBLK_DMAC0,
},
};

static struct platform_device dma1_device = {
Expand All @@ -199,6 +202,9 @@ static struct platform_device dma1_device = {
.dev = {
.platform_data = &dma1_platform_data,
},
.archdata = {
.hwblk_id = HWBLK_DMAC1,
},
};

/* Serial */
Expand Down

0 comments on commit d11f361

Please sign in to comment.