diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-04 07:56:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-04 07:56:49 +0000 |
commit | 77bd54ed2c6ad683949c2acc993fee6f19ce1c3c (patch) | |
tree | b473186a7ff2b14289b8493f89141b899acb548b /target/linux/ar71xx/files/arch | |
parent | fa3e82fcd6a70182daf4ed47da1af347cf01bee8 (diff) | |
download | upstream-77bd54ed2c6ad683949c2acc993fee6f19ce1c3c.tar.gz upstream-77bd54ed2c6ad683949c2acc993fee6f19ce1c3c.tar.bz2 upstream-77bd54ed2c6ad683949c2acc993fee6f19ce1c3c.zip |
[ar71xx] pass ucode name to the VSC7385 driver on the AP83 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16326 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c index fe0e5026bb..d5a3032061 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c @@ -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[] = { |