Skip to content

Commit

Permalink
[MIPS] Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Farnsowrth <dale@farnsworth.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Dale Farnsworth authored and Ralf Baechle committed Feb 10, 2007
1 parent 6a2603a commit 761fc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/mips/momentum/jaguar_atx/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static struct mv643xx_eth_platform_data eth2_pd = {

static struct platform_device eth2_device = {
.name = MV643XX_ETH_NAME,
.id = 1,
.id = 2,
.num_resources = ARRAY_SIZE(mv64x60_eth2_resources),
.resource = mv64x60_eth2_resources,
.dev = {
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/momentum/ocelot_3/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static struct mv643xx_eth_platform_data eth2_pd = {

static struct platform_device eth2_device = {
.name = MV643XX_ETH_NAME,
.id = 1,
.id = 2,
.num_resources = ARRAY_SIZE(mv64x60_eth2_resources),
.resource = mv64x60_eth2_resources,
.dev = {
Expand Down

0 comments on commit 761fc19

Please sign in to comment.