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

Commit 497dcf6f authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: marzen: fixup smsc911x id for regulator



dummy_supplies for smsc911x are registered as "smsc911x".
smsc911x driver needs id = -1

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
parent fea7a08a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ static struct smsc911x_platform_config smsc911x_platdata = {

static struct platform_device eth_device = {
	.name		= "smsc911x",
	.id		= 0,
	.id		= -1,
	.dev  = {
		.platform_data = &smsc911x_platdata,
	},