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: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by Magnus Damm and committed by Paul Mundt 2a5323cd b6ce9ad0

+2 -2
+2 -2
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
··· 45 }; 46 47 static struct uio_info veu0_platform_data = { 48 - .name = "VEU", 49 .version = "0", 50 .irq = 54, 51 }; ··· 73 }; 74 75 static struct uio_info veu1_platform_data = { 76 - .name = "VEU", 77 .version = "0", 78 .irq = 27, 79 };
··· 45 }; 46 47 static struct uio_info veu0_platform_data = { 48 + .name = "VEU2H", 49 .version = "0", 50 .irq = 54, 51 }; ··· 73 }; 74 75 static struct uio_info veu1_platform_data = { 76 + .name = "VEU2H", 77 .version = "0", 78 .irq = 27, 79 };