Searched refs:fdt_find_and_setprop (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/board/compulab/cm_fx6/ |
| H A D | cm_fx6.c | 615 fdt_find_and_setprop(blob, in ft_board_setup() 621 fdt_find_and_setprop(blob, "/eth@pcie", "local-mac-address", in ft_board_setup() 635 fdt_find_and_setprop(blob, USDHC3_PATH, "broken-cd", in ft_board_setup() 637 fdt_find_and_setprop(blob, USDHC3_PATH, "keep-power-in-suspend", in ft_board_setup()
|
| /rk3399_rockchip-uboot/board/compulab/cm_t54/ |
| H A D | cm_t54.c | 130 fdt_find_and_setprop(blob, "/smsc95xx@0", "mac-address", in ft_board_setup()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fdt_support.h | 112 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
|
| /rk3399_rockchip-uboot/board/socrates/ |
| H A D | socrates.c | 248 rc = fdt_find_and_setprop(blob, "/localbus", "ranges", in ft_board_setup()
|
| /rk3399_rockchip-uboot/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 | 96 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop, in fdt_find_and_setprop() function 392 int rc = fdt_find_and_setprop(fdt, path, prop, val, len, create); in do_fixup_by_path()
|