Example #1
0
void __init omap3630_init_early(void)
{
	omap3_init_early();
}
Example #2
0
void __init am35xx_init_early(void)
{
	omap3_init_early();
}
Example #3
0
File: io.c Project: AbelHu/linux
void __init am35xx_init_early(void)
{
	omap3_init_early();
	if (of_have_populated_dt())
		omap_clk_soc_init = am35xx_dt_clk_init;
}
Example #4
0
File: io.c Project: AbelHu/linux
void __init omap3630_init_early(void)
{
	omap3_init_early();
	if (of_have_populated_dt())
		omap_clk_soc_init = omap3630_dt_clk_init;
}
Example #5
0
File: io.c Project: bjayesh/chandra
void __init omap35xx_init_early(void)
{
	omap3_init_early();
	if (of_have_populated_dt())
		omap_clk_init = omap3430_clk_init;
}
Example #6
0
File: io.c Project: 12zz/linux
void __init am35xx_init_early(void)
{
	omap3_init_early();
	omap_clk_soc_init = am35xx_dt_clk_init;
}
Example #7
0
File: io.c Project: 12zz/linux
void __init omap3630_init_early(void)
{
	omap3_init_early();
	omap_clk_soc_init = omap3630_dt_clk_init;
}