Commits
Simon Glass committed 94a7c603b45
dtoc: Add a function to obtain a list of phandles Add a function which can decode a property containing a list of phandles. This is useful for finding nodes linked to a property. Also provide a way to look up a single phandle and get the Fdt object from a Node. Signed-off-by: Simon Glass <sjg@chromium.org>