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

Commit b22df89f authored by Tero Kristo's avatar Tero Kristo
Browse files

ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init order



OMAP4 has different ordering of PRM and CM init calls in the early init.
Re-oder these accordingly for OMAP4 also. This is needed so that we
can do some optimizations in the following patches for the PRCM init.

Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent 66db6428
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -654,9 +654,9 @@ void __init omap4430_init_early(void)
	omap2_set_globals_prcm_mpu(OMAP2_L4_IO_ADDRESS(OMAP4430_PRCM_MPU_BASE));
	omap2_set_globals_prcm_mpu(OMAP2_L4_IO_ADDRESS(OMAP4430_PRCM_MPU_BASE));
	omap4xxx_check_revision();
	omap4xxx_check_revision();
	omap4xxx_check_features();
	omap4xxx_check_features();
	omap44xx_prm_init();
	omap4_cm_init();
	omap4_cm_init();
	omap4_pm_init_early();
	omap4_pm_init_early();
	omap44xx_prm_init();
	omap44xx_voltagedomains_init();
	omap44xx_voltagedomains_init();
	omap44xx_powerdomains_init();
	omap44xx_powerdomains_init();
	omap44xx_clockdomains_init();
	omap44xx_clockdomains_init();