提交 761fc19b 编写于 作者: D Dale Farnsworth 提交者: Ralf Baechle

[MIPS] Fix eth2 platform device id for jaguar_atx and ocelot_3 platforms

Signed-off-by: NDale Farnsowrth <dale@farnsworth.org>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 6a2603a2
......@@ -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 = {
......
......@@ -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 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册