]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add function to alloc phandle values
authorKumar Gala <galak@kernel.crashing.org>
Fri, 9 Jul 2010 21:18:58 +0000 (16:18 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 26 Jul 2010 18:07:56 +0000 (13:07 -0500)
commitb4b847e95169802b08ea5df6d7dd87fbb2d468aa
tree4cf5c9177c8c6efea5d040148d9bc36edd7063e4
parent6aba33e939c41358cf731cbbdd9d5ca59c9266e8
fdt: Add function to alloc phandle values

If we are creating reference (handles) to nodes in a device tree we need
to first create a new phandle in node and this needs a new phandle
value.  So we search through the whole dtb to find the max phandle value
and return the next greater value for a new phandle allocation.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
common/fdt_support.c
include/fdt_support.h