commit | 3991f42ed2e38aff28ba3c24369bfbd90620bea7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 05 15:45:54 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Sep 11 21:43:58 2017 -0600 |
tree | 4e91056bedde884d7bec42bf45a32e6a1fcd01e0 | |
parent | 8639f69a61b47971dba47ab5ed72e47436729bb1 [diff] |
dm: core: Add ofnode_for_each_subnode() Add a convenience macro to iterate over subnodes of a node. Make use of this where appropriate in the code. Signed-off-by: Simon Glass <sjg@chromium.org>