]> git.kernelconcepts.de Git - mv-sheeva.git/blobdiff - arch/sh/boards/mach-se/7724/setup.c
Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...
[mv-sheeva.git] / arch / sh / boards / mach-se / 7724 / setup.c
index 6dc7407f2cd0a616a79c788644a74ee6d260cb93..527679394a256ceed4e43789f03978a5d2274629 100644 (file)
@@ -319,6 +319,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,
@@ -593,6 +597,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,