commit | 67e610d9f0e9262cfa742f8a78c089b3cab9659a | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Jul 05 10:26:38 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 11:35:00 2016 -0400 |
tree | b359e4f921e80fc8509044d52c12ea388adacb36 | |
parent | 805ac6aacf8f9c3e912ebc8d9273e78d738c109d [diff] |
libfdt: Add iterator over properties Implement a macro based on fdt_first_property_offset and fdt_next_property_offset that provides a convenience to iterate over all the properties of a given node. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Simon Glass <sjg@chromium.org>