Home
last modified time | relevance | path

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

/linux/arch/mips/generic/
H A Dyamon-dt.c34 err = fdt_setprop_string(fdt, chosen_off, "bootargs", fw_getcmdline()); in yamon_dt_append_cmdline()
130 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in yamon_dt_append_memory()
225 err = fdt_setprop_string(fdt, chosen_off, "stdout-path", path); in yamon_dt_serial_config()
/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c39 return fdt_setprop_string(fdt, offset, property, string); in setprop_string()
/linux/arch/mips/mti-malta/
H A Dmalta-dtshim.c210 err = fdt_setprop_string(fdt, mem_off, "device_type", "memory"); in append_memory()
/linux/drivers/of/
H A Dkexec.c419 ret = fdt_setprop_string(fdt, chosen_node, "bootargs", cmdline); in of_kexec_alloc_and_setup_fdt()
/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1839 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro