commit | 3ddecfc74086aa185a2f671cc07cb826b72d35f0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 02 13:18:42 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:36 2012 +0200 |
tree | ae643a3369183c2286b8e2a9c503eb4f40d759be | |
parent | 96875e7d3b9900d0e63f0b591ff5693b31c4d9c3 [diff] |
fdt: Add function to return next compatible subnode We need to iterate through subnodes of a parent, looking only at compatible nodes. Add a utility function to do this for us. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>