Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Magnus Damm and committed by
Paul Mundt
40e42318 a384fe55

+3
+3
arch/sh/boards/mach-ecovec24/setup.c
··· 147 147 }, 148 148 .num_resources = ARRAY_SIZE(sh_eth_resources), 149 149 .resource = sh_eth_resources, 150 + .archdata = { 151 + .hwblk_id = HWBLK_ETHER, 152 + }, 150 153 }; 151 154 152 155 /* USB0 host */