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

/linux-master/arch/arm/mach-omap2/
H A Dcontrol.c735 struct device_node *np, *scm_conf; local
746 * Check if we have scm_conf node, if yes, use this to
749 scm_conf = of_get_child_by_name(np, "scm_conf");
751 if (scm_conf) {
752 syscon = syscon_node_to_regmap(scm_conf);
759 if (of_get_child_by_name(scm_conf, "clocks")) {
760 ret = omap2_clk_provider_init(scm_conf,
767 /* No scm_conf found, direct access */

Completed in 276 milliseconds