commit | e2d6528457cecf6f795aa3f94960eb1f6f2ecbfc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 17 13:25:46 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 01 16:30:48 2018 -0600 |
tree | e3e937979b0820915341f4272e8a5b8918e2eac5 | |
parent | f2eb05452335e247084274e0c5cb22f80ba7cb56 [diff] |
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>