Home
last modified time | relevance | path

Searched refs:fdt_setprop_string (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a/common/
A Dfdt_fixup.c85 if (fdt_setprop_string(fdt, offs, "method", "smc")) in dt_add_psci_node()
131 ret = fdt_setprop_string(fdt, offs, "enable-method", "psci"); in dt_update_one_cpu_node()
265 err = fdt_setprop_string(dtb, cpu_offs, "compatible", "arm,armv8"); in fdt_add_cpu()
279 err = fdt_setprop_string(dtb, cpu_offs, "device_type", "cpu"); in fdt_add_cpu()
286 err = fdt_setprop_string(dtb, cpu_offs, "enable-method", "psci"); in fdt_add_cpu()
/trusted-firmware-a/plat/renesas/rcar/
A Dbl2_plat_setup.c174 ret = fdt_setprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt()
492 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
496 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
500 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
504 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
508 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
513 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
517 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
582 ret = fdt_setprop_string(fdt, node, "status", "okay"); in bl2_add_rpc_node()
609 ret = fdt_setprop_string(fdt, node, "device_type", "memory"); in bl2_add_dram_entry()
/trusted-firmware-a/plat/renesas/rzg/
A Dbl2_plat_setup.c167 ret = fdt_setprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt()
440 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
444 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
448 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
452 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
511 ret = fdt_setprop_string(fdt, node, "device_type", "memory"); in bl2_add_memory_node()
/trusted-firmware-a/plat/rpi/rpi4/
A Drpi4_bl31_setup.c285 fdt_setprop_string(dtb, offs, "stdout-path", "serial0"); in rpi4_prepare_dtb()
/trusted-firmware-a/include/lib/libfdt/
A Dlibfdt.h1731 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro

Completed in 12 milliseconds