commit | 57d74bcf3072b65bde5aa540cedc976a75c48e5c | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Mon Aug 26 14:41:56 2013 +0200 |
committer | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Aug 27 09:18:32 2013 +0200 |
tree | 1a3fde01f9ca700e606509c7a12647946c9ac30b | |
parent | a2547380393ac82c659b40182b0da8d05a8365f3 [diff] |
drivers: of: add function to scan fdt nodes given by path Add a function to scan the flattened device-tree starting from the node given by the path. It is used to extract information (like reserved memory), which is required on early boot before we can unflatten the tree. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Acked-by: Michal Nazarewicz <mina86@mina86.com> Acked-by: Tomasz Figa <t.figa@samsung.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com>