ar71xx: use RedBoot parser on PB44
SVN-Revision: 29501
This commit is contained in:
parent
6d6e379922
commit
4ca2d86493
1 changed files with 10 additions and 0 deletions
|
@ -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[] = {
|
static struct spi_board_info pb44_spi_info[] = {
|
||||||
{
|
{
|
||||||
.bus_num = 0,
|
.bus_num = 0,
|
||||||
.chip_select = 0,
|
.chip_select = 0,
|
||||||
.max_speed_hz = 25000000,
|
.max_speed_hz = 25000000,
|
||||||
.modalias = "m25p80",
|
.modalias = "m25p80",
|
||||||
|
.platform_data = &pb44_flash_data,
|
||||||
}, {
|
}, {
|
||||||
.bus_num = 0,
|
.bus_num = 0,
|
||||||
.chip_select = 1,
|
.chip_select = 1,
|
||||||
|
|
Loading…
Reference in a new issue