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

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

sh: Runtime PM pdev hwblk - AP325RXA



Add hwblk_id to AP325RXA board specific on-chip sh7723
platform devices.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 09d21f9c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -227,6 +227,9 @@ static struct platform_device lcdc_device = {
	.dev		= {
		.platform_data	= &lcdc_info,
	},
	.archdata = {
		.hwblk_id = HWBLK_LCDC,
	},
};

static void camera_power(int val)
@@ -377,6 +380,9 @@ static struct platform_device ceu_device = {
	.dev		= {
		.platform_data	= &sh_mobile_ceu_info,
	},
	.archdata = {
		.hwblk_id = HWBLK_CEU,
	},
};

struct spi_gpio_platform_data sdcard_cn3_platform_data = {