aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile')
-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 d3260542b943..82c3204af899 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -640,6 +640,10 @@ static struct platform_device fsi_device = {
640 }, 640 },
641}; 641};
642 642
643static struct platform_device fsi_ak4643_device = {
644 .name = "sh_fsi2_a_ak4643",
645};
646
643static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info = { 647static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info = {
644 .clock_source = LCDC_CLK_EXTERNAL, 648 .clock_source = LCDC_CLK_EXTERNAL,
645 .ch[0] = { 649 .ch[0] = {
@@ -838,6 +842,7 @@ static struct platform_device *ap4evb_devices[] __initdata = {
838 &sdhi1_device, 842 &sdhi1_device,
839 &usb1_host_device, 843 &usb1_host_device,
840 &fsi_device, 844 &fsi_device,
845 &fsi_ak4643_device,
841 &sh_mmcif_device, 846 &sh_mmcif_device,
842 &lcdc1_device, 847 &lcdc1_device,
843 &lcdc_device, 848 &lcdc_device,