aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ap4evb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index cd79d7c1ba0d..5b9937c910ff 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -711,6 +711,10 @@ static struct platform_device fsi_device = {
711 }, 711 },
712}; 712};
713 713
714static struct platform_device fsi_ak4643_device = {
715 .name = "sh_fsi2_a_ak4643",
716};
717
714static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info = { 718static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info = {
715 .clock_source = LCDC_CLK_EXTERNAL, 719 .clock_source = LCDC_CLK_EXTERNAL,
716 .ch[0] = { 720 .ch[0] = {
@@ -933,6 +937,7 @@ static struct platform_device *ap4evb_devices[] __initdata = {
933 &sdhi1_device, 937 &sdhi1_device,
934 &usb1_host_device, 938 &usb1_host_device,
935 &fsi_device, 939 &fsi_device,
940 &fsi_ak4643_device,
936 &sh_mmcif_device, 941 &sh_mmcif_device,
937 &lcdc1_device, 942 &lcdc1_device,
938 &lcdc_device, 943 &lcdc_device,