Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/common/
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()
433 ret = fdt_setprop_string(dtb, idle_states_node, "entry-method", "psci"); in fdt_add_cpu_idle_states()
447 fdt_setprop_string(dtb, idle_state_node, "compatible", in fdt_add_cpu_idle_states()
/trusted-firmware-a-latest/plat/imx/imx8m/
Dimx8m_dyn_cfg_helpers.c50 ret = fdt_setprop_string(dtb, offset, "target-path", "/"); in imx8m_event_log_fdt_init_overlay()
71 ret = fdt_setprop_string(dtb, offset, "compatible", in imx8m_event_log_fdt_init_overlay()
/trusted-firmware-a-latest/plat/renesas/rcar/
Dbl2_plat_setup.c174 ret = fdt_setprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt()
542 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
546 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
550 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
554 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
558 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
563 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
567 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
632 ret = fdt_setprop_string(fdt, node, "status", "okay"); in bl2_add_rpc_node()
659 ret = fdt_setprop_string(fdt, node, "device_type", "memory"); in bl2_add_dram_entry()
/trusted-firmware-a-latest/plat/renesas/rzg/
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-latest/plat/arm/board/morello/
Dmorello_image_load.c144 err = fdt_setprop_string(fdt, nodeoffset_fw, "tfa-fw-version", version_string); in plat_morello_append_config_node()
/trusted-firmware-a-latest/plat/rpi/rpi4/
Drpi4_bl31_setup.c285 fdt_setprop_string(dtb, offs, "stdout-path", "serial0"); in rpi4_prepare_dtb()
/trusted-firmware-a-latest/include/lib/libfdt/
Dlibfdt.h1778 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro