Home
last modified time | relevance | path

Searched refs:fdt_setprop_empty (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/riscv/lib/
A Dfdt_fixup.c85 fdt_setprop_empty(dst, rmem_offset, "no-map"); in riscv_fdt_copy_resv_mem_node()
/u-boot/board/solidrun/clearfog/
A Dclearfog.c292 return fdt_setprop_empty(blob, node, "non-removable"); in ft_board_setup()
/u-boot/board/CZ.NIC/turris_omnia/
A Dturris_omnia.c1042 if (fdt_setprop_empty(blob, part, "read-only") < 0) in fixup_mtd_partitions()
1046 if (fdt_setprop_empty(blob, part, "lock") < 0) in fixup_mtd_partitions()
/u-boot/cmd/
A Dpstore.c511 fdt_setprop_empty(blob, nodeoffset, "ranges"); in fdt_fixup_pstore()
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana.c1099 fdt_setprop_empty(blob, i, "adv,force-bt656-4"); in ft_early_fixup()
1120 fdt_setprop_empty(blob, i, "adv,force-bt656-4"); in ft_early_fixup()
/u-boot/scripts/dtc/libfdt/
A Dlibfdt.h1726 #define fdt_setprop_empty(fdt, nodeoffset, name) \ macro

Completed in 24 milliseconds