gfdt_add_phandle()

Add a phandle (parent handle) property to a node (ARM)

Synopsis:

#include <qvm/firmware.h>
uint32_t gfdt_add_phandle(int node)

Arguments:

node
The offset in the FDT where the phandle property is to be added.

Description:

If the phandle property isn't already present, this function sets it for the specified FDT node.

Returns:

The phandle of the node, whether it was added or not.

Page updated: