commit | c03264f26656165908407d96d6c85159938acfec | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Aug 26 17:33:55 2014 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 16:56:41 2014 -0600 |
tree | ce1382fa8e07746b958d85db78910c64b48a1c7b | |
parent | 24856315f3e400f86f8e15c906752068d52a6040 [diff] |
fdt: Add a subnodes iterator macro The fdt_for_each_subnode() iterator macro provided by this patch can be used to iterate over a device tree node's subnodes. At each iteration a loop variable will be set to the next subnode. Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Thierry Reding <treding@nvidia.com>