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

Commit 52b96c25 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Paul Mundt
Browse files

sh: add MMCIF runtime PM support on ecovec



Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Simon Horman <horms@verge.net.au>
Cc: Magnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a3793a0d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -885,6 +885,9 @@ static struct platform_device sh_mmcif_device = {
	},
	},
	.num_resources	= ARRAY_SIZE(sh_mmcif_resources),
	.num_resources	= ARRAY_SIZE(sh_mmcif_resources),
	.resource	= sh_mmcif_resources,
	.resource	= sh_mmcif_resources,
	.archdata = {
		.hwblk_id = HWBLK_MMC,
	},
};
};
#endif
#endif