mirror of https://github.com/hak5/openwrt-owl.git
parent
6d6e379922
commit
4ca2d86493
|
@ -129,12 +129,22 @@ static struct vsc7385_platform_data pb44_vsc7395_data = {
|
|||
},
|
||||
};
|
||||
|
||||
static const char *pb44_part_probes[] = {
|
||||
"RedBoot",
|
||||
NULL,
|
||||
};
|
||||
|
||||
static struct flash_platform_data pb44_flash_data = {
|
||||
.part_probes = pb44_part_probes,
|
||||
};
|
||||
|
||||
static struct spi_board_info pb44_spi_info[] = {
|
||||
{
|
||||
.bus_num = 0,
|
||||
.chip_select = 0,
|
||||
.max_speed_hz = 25000000,
|
||||
.modalias = "m25p80",
|
||||
.platform_data = &pb44_flash_data,
|
||||
}, {
|
||||
.bus_num = 0,
|
||||
.chip_select = 1,
|
||||
|
|
Loading…
Reference in New Issue