fdt_setprop_inplace
int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));