pass ucode name to the VSC7385 driver on the AP83 board
SVN-Revision: 16326
This commit is contained in:
parent
42011abcb6
commit
74dfd77f41
1 changed files with 1 additions and 0 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue