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

Commit aa7541fd authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Rafael J. Wysocki
Browse files

ARM: shmobile: mackerel: switch to using pm-rmobile API



This patch switches mackerel platform to use pm-rmobile base common API.

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent b9299a72
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -1611,20 +1611,20 @@ static void __init mackerel_init(void)

	platform_add_devices(mackerel_devices, ARRAY_SIZE(mackerel_devices));

	sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device);
	sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device);
	sh7372_add_device_to_domain(&sh7372_a4lc, &meram_device);
	sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device);
	sh7372_add_device_to_domain(&sh7372_a3sp, &usbhs0_device);
	sh7372_add_device_to_domain(&sh7372_a3sp, &usbhs1_device);
	sh7372_add_device_to_domain(&sh7372_a3sp, &nand_flash_device);
	sh7372_add_device_to_domain(&sh7372_a3sp, &sh_mmcif_device);
	sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi0_device);
	rmobile_add_device_to_domain(&sh7372_pd_a4lc, &lcdc_device);
	rmobile_add_device_to_domain(&sh7372_pd_a4lc, &hdmi_lcdc_device);
	rmobile_add_device_to_domain(&sh7372_pd_a4lc, &meram_device);
	rmobile_add_device_to_domain(&sh7372_pd_a4mp, &fsi_device);
	rmobile_add_device_to_domain(&sh7372_pd_a3sp, &usbhs0_device);
	rmobile_add_device_to_domain(&sh7372_pd_a3sp, &usbhs1_device);
	rmobile_add_device_to_domain(&sh7372_pd_a3sp, &nand_flash_device);
	rmobile_add_device_to_domain(&sh7372_pd_a3sp, &sh_mmcif_device);
	rmobile_add_device_to_domain(&sh7372_pd_a3sp, &sdhi0_device);
#if !defined(CONFIG_MMC_SH_MMCIF) && !defined(CONFIG_MMC_SH_MMCIF_MODULE)
	sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi1_device);
	rmobile_add_device_to_domain(&sh7372_pd_a3sp, &sdhi1_device);
#endif
	sh7372_add_device_to_domain(&sh7372_a3sp, &sdhi2_device);
	sh7372_add_device_to_domain(&sh7372_a4r, &ceu_device);
	rmobile_add_device_to_domain(&sh7372_pd_a3sp, &sdhi2_device);
	rmobile_add_device_to_domain(&sh7372_pd_a4r, &ceu_device);

	hdmi_init_pm_clock();
	sh7372_pm_init();