Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a5323cd authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: export sh7723 VEU as VEU2H



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: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent b6ce9ad0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
};
@@ -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,
};