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

Commit 40e42318 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: add hwblk_id to sh_eth on ecovec24



Add HWBLK_ETHER to the sh_eth platform device
to allow Runtime PM of the ethernet hardware.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a384fe55
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -147,6 +147,9 @@ static struct platform_device sh_eth_device = {
	},
	},
	.num_resources = ARRAY_SIZE(sh_eth_resources),
	.num_resources = ARRAY_SIZE(sh_eth_resources),
	.resource = sh_eth_resources,
	.resource = sh_eth_resources,
	.archdata = {
		.hwblk_id = HWBLK_ETHER,
	},
};
};


/* USB0 host */
/* USB0 host */