Lines Matching +full:num +full:- +full:irqs
4 * SPDX-License-Identifier: GPL-2.0+
13 #include <asm/arch-omap5/sys_proto.h>
51 /* Reserve IRQs that are used/needed by secure world */ in ft_hs_fixup_crossbar()
60 p_data = fdt_getprop(fdt, offs, "ti,irqs-skip", &len); in ft_hs_fixup_crossbar()
77 fdt_delprop(fdt, offs, "ti,irqs-skip"); in ft_hs_fixup_crossbar()
78 ret = fdt_setprop(fdt, offs, "ti,irqs-skip", in ft_hs_fixup_crossbar()
85 printf("Could not add ti,irqs-skip property to node %s: %s\n", in ft_hs_fixup_crossbar()
107 path = "/ocp/ocmcram@40300000/sram-hs"; in ft_hs_fixup_sram()
200 static int ft_fixup_clocks(void *fdt, const char **names, u32 *rates, int num) in ft_fixup_clocks() argument
212 for (i = 0; i < num; i++) { in ft_fixup_clocks()
215 debug("Could not find clock sub-node %s: %s\n", in ft_fixup_clocks()
224 return -1; in ft_fixup_clocks()
227 ret = fdt_setprop_u32(fdt, node_offs, "assigned-clocks", in ft_fixup_clocks()
230 debug("Could not add assigned-clocks property to clock node %s: %s\n", in ft_fixup_clocks()
235 ret = fdt_setprop_u32(fdt, node_offs, "assigned-clock-rates", in ft_fixup_clocks()
238 debug("Could not add assigned-clock-rates property to clock node %s: %s\n", in ft_fixup_clocks()