]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/sh/boards/mach-se/7724/setup.c
Merge branch 'topic/workq-update' into topic/asoc
[mv-sheeva.git] / arch / sh / boards / mach-se / 7724 / setup.c
index 527a0cd956b55e87cf785fbc885d1b39dcffac55..b710757c33c3788353d478c1e71e5d5cbf3de422 100644 (file)
@@ -318,6 +318,10 @@ static struct platform_device fsi_device = {
        },
 };
 
+static struct platform_device fsi_ak4642_device = {
+       .name           = "sh_fsi_a_ak4642",
+};
+
 /* KEYSC in SoC (Needs SW33-2 set to ON) */
 static struct sh_keysc_info keysc_info = {
        .mode = SH_KEYSC_MODE_1,
@@ -590,6 +594,7 @@ static struct platform_device *ms7724se_devices[] __initdata = {
        &sh7724_usb0_host_device,
        &sh7724_usb1_gadget_device,
        &fsi_device,
+       &fsi_ak4642_device,
        &sdhi0_cn7_device,
        &sdhi1_cn8_device,
        &irda_device,