Searched refs:scm_conf (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Dcontrol.c693 struct device_node *np, *scm_conf; omap_control_init() local
703 * Check if we have scm_conf node, if yes, use this to omap_control_init()
706 scm_conf = of_get_child_by_name(np, "scm_conf"); omap_control_init()
708 if (scm_conf) { omap_control_init()
709 syscon = syscon_node_to_regmap(scm_conf); omap_control_init()
716 if (of_get_child_by_name(scm_conf, "clocks")) { omap_control_init()
717 ret = omap2_clk_provider_init(scm_conf, omap_control_init()
727 /* No scm_conf found, direct access */ omap_control_init()

Completed in 75 milliseconds