mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:38:59 +02:00
[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
This commit is contained in:
parent
9f4a54a627
commit
4f27930670
@ -168,6 +168,7 @@ static void ap83_vsc7385_reset(void)
|
|||||||
|
|
||||||
static struct vsc7385_platform_data ap83_vsc7385_data = {
|
static struct vsc7385_platform_data ap83_vsc7385_data = {
|
||||||
.reset = ap83_vsc7385_reset,
|
.reset = ap83_vsc7385_reset,
|
||||||
|
.ucode_name = "vsc7385_ucode_ap83.bin",
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct spi_board_info ap83_spi_info[] = {
|
static struct spi_board_info ap83_spi_info[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user