gfdt_update_prop_cells()

Set a property value of uint32_t cells (ARM)

Synopsis:

#include <qvm/firmware.h>
void gfdt_update_prop_cells(int node,
                            const char *propname,
                            uint32_t *valp,
                            size_t vall)

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.
vall
A pointer to the property value length.

Library:

Provided by qvm; no external library is required.

Description:

If the property isn't already present and set as required, this function sets a property value of uint32_t cells.