Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 761fc19b authored by Dale Farnsworth's avatar Dale Farnsworth Committed by Ralf Baechle
Browse files

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

parent 6a2603a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -129,7 +129,7 @@ static struct mv643xx_eth_platform_data eth2_pd = {


static struct platform_device eth2_device = {
static struct platform_device eth2_device = {
	.name		= MV643XX_ETH_NAME,
	.name		= MV643XX_ETH_NAME,
	.id		= 1,
	.id		= 2,
	.num_resources	= ARRAY_SIZE(mv64x60_eth2_resources),
	.num_resources	= ARRAY_SIZE(mv64x60_eth2_resources),
	.resource	= mv64x60_eth2_resources,
	.resource	= mv64x60_eth2_resources,
	.dev = {
	.dev = {
+1 −1
Original line number Original line Diff line number Diff line
@@ -129,7 +129,7 @@ static struct mv643xx_eth_platform_data eth2_pd = {


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