Searched refs:fdt_find_and_setprop (Results 1 - 15 of 15) sorted by relevance

/u-boot/board/lg/x3-t30/
H A Dx3-t30.c42 fdt_find_and_setprop(blob, "/serial@70006200/bluetooth",
/u-boot/board/toradex/colibri_t30/
H A Dcolibri_t30.c38 int err = fdt_find_and_setprop(blob,
44 err = fdt_find_and_setprop(blob,
/u-boot/board/toradex/apalis_t30/
H A Dapalis_t30.c55 int err = fdt_find_and_setprop(blob,
61 err = fdt_find_and_setprop(blob,
/u-boot/board/toradex/colibri_t20/
H A Dcolibri_t20.c80 int err = fdt_find_and_setprop(blob,
86 err = fdt_find_and_setprop(blob,
/u-boot/board/toradex/apalis-tk1/
H A Dapalis-tk1.c101 int err = fdt_find_and_setprop(blob,
107 err = fdt_find_and_setprop(blob,
/u-boot/board/ti/am64x/
H A Devm.c86 ret = fdt_find_and_setprop((void *)fdt_blob,
90 printf("%s: fdt_find_and_setprop() failed:%d\n",
/u-boot/board/socrates/
H A Dsocrates.c210 rc = fdt_find_and_setprop(blob, "/localbus", "ranges",
/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c553 fdt_find_and_setprop(blob,
559 fdt_find_and_setprop(blob, "/eth@pcie", "local-mac-address",
573 fdt_find_and_setprop(blob, USDHC3_PATH, "broken-cd",
575 fdt_find_and_setprop(blob, USDHC3_PATH, "keep-power-in-suspend",
/u-boot/arch/arm/mach-k3/
H A Dam654_init.c124 ret = fdt_find_and_setprop((void *)gd->fdt_blob,
128 printf("%s: fdt_find_and_setprop() failed:%d\n", __func__,
H A Dam642_init.c135 ret = fdt_find_and_setprop((void *)fdt_blob,
139 printf("%s: fdt_find_and_setprop() failed:%d\n",
/u-boot/include/
H A Dfdt_support.h133 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
/u-boot/board/liebherr/xea/
H A Dxea.c317 ret = fdt_find_and_setprop(blob,
/u-boot/boot/
H A Dbootm_os.c279 ret = fdt_find_and_setprop(*of_flat_tree,
H A Dimage-fdt.c617 fdt_find_and_setprop(blob, "/chosen", "u-boot,bootconf",
H A Dfdt_support.c85 * fdt_find_and_setprop: Find a node and set it's property
96 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop, function
349 int rc = fdt_find_and_setprop(fdt, path, prop, val, len, create);

Completed in 187 milliseconds