Skip to content

Commit

Permalink
sh: export sh7723 VEU as VEU2H
Browse files Browse the repository at this point in the history
Export sh7723 VEU hardware blocks as VEU2H. The sh7723 VEU2H differs
a bit from the sh7722 VEU so use different names for our UIO devices.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 11, 2008
1 parent b6ce9ad commit 2a5323c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sh/kernel/cpu/sh4a/setup-sh7723.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static struct platform_device vpu_device = {
};

static struct uio_info veu0_platform_data = {
.name = "VEU",
.name = "VEU2H",
.version = "0",
.irq = 54,
};
Expand Down Expand Up @@ -73,7 +73,7 @@ static struct platform_device veu0_device = {
};

static struct uio_info veu1_platform_data = {
.name = "VEU",
.name = "VEU2H",
.version = "0",
.irq = 27,
};
Expand Down

0 comments on commit 2a5323c

Please sign in to comment.