Searched refs:node_offs (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | fdt.c | 202 int offs, node_offs, ret, i; in ft_fixup_clocks() local 213 node_offs = fdt_subnode_offset(fdt, offs, names[i]); in ft_fixup_clocks() 214 if (node_offs < 0) { in ft_fixup_clocks() 216 names[i], fdt_strerror(node_offs)); in ft_fixup_clocks() 220 phandle = fdt_get_phandle(fdt, node_offs); in ft_fixup_clocks() 227 ret = fdt_setprop_u32(fdt, node_offs, "assigned-clocks", in ft_fixup_clocks() 235 ret = fdt_setprop_u32(fdt, node_offs, "assigned-clock-rates", in ft_fixup_clocks()
|