Searched refs:fdt_find_and_setprop (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/board/compulab/cm_fx6/ |
H A D | cm_fx6.c | 544 fdt_find_and_setprop(blob, in ft_board_setup() 550 fdt_find_and_setprop(blob, "/eth@pcie", "local-mac-address", in ft_board_setup() 564 fdt_find_and_setprop(blob, USDHC3_PATH, "broken-cd", in ft_board_setup() 566 fdt_find_and_setprop(blob, USDHC3_PATH, "keep-power-in-suspend", in ft_board_setup()
|
/openbmc/u-boot/board/compulab/cm_t54/ |
H A D | cm_t54.c | 130 fdt_find_and_setprop(blob, "/smsc95xx@0", "mac-address", in ft_board_setup()
|
/openbmc/u-boot/include/ |
H A D | fdt_support.h | 106 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
|
/openbmc/u-boot/board/socrates/ |
H A D | socrates.c | 247 rc = fdt_find_and_setprop(blob, "/localbus", "ranges", in ft_board_setup()
|
/openbmc/u-boot/common/ |
H A D | bootm_os.c | 286 ret = fdt_find_and_setprop(*of_flat_tree, in do_bootvx_fdt()
|
H A D | fdt_support.c | 86 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop, in fdt_find_and_setprop() function 315 int rc = fdt_find_and_setprop(fdt, path, prop, val, len, create); in do_fixup_by_path()
|