[ar71xx] pass ucode name to the VSC7385 driver on the AP83 board
authorGabor Juhos <juhosg@openwrt.org>
Thu, 4 Jun 2009 07:56:49 +0000 (07:56 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 4 Jun 2009 07:56:49 +0000 (07:56 +0000)
SVN-Revision: 16326

target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c

index fe0e5026bb30d19b68c2f63e90297439ecf089cd..d5a30320614d694562c6b21174a485d9c0141aee 100644 (file)
@@ -168,6 +168,7 @@ static void ap83_vsc7385_reset(void)
 
 static struct vsc7385_platform_data ap83_vsc7385_data = {
        .reset          = ap83_vsc7385_reset,
+       .ucode_name     = "vsc7385_ucode_ap83.bin",
 };
 
 static struct spi_board_info ap83_spi_info[] = {