Searched refs:clk_node (Results 1 – 1 of 1) sorted by relevance
1045 int clk_node = fdt_path_offset(fdt, "/clocks"); in get_osc_freq_from_dt() local1047 if (clk_node < 0) in get_osc_freq_from_dt()1055 fdt_for_each_subnode(subnode, fdt, clk_node) { in get_osc_freq_from_dt()