gfdt_add_prop_cells()
Add a property with uint32_t cells (ARM)
Synopsis:
#include <qvm/firmware.h>void gfdt_add_prop_cells(int node,
const char *propname,
uint32_t *valp,
size_t ncells)Arguments:
- node
- The offset of the FDT node where the property is being set.
- propname
- A pointer to the name of the property being set.
- valp
- A pointer to the property value.
- ncells
- The number of uint32_t cells needed to store the property.
Description:
If the property isn't already present and set as required, this function sets it to the given value of uint32_t cells in the specified FDT node.
Page updated:
