[PATCH v6 2/4] drivers: of: add function to scan fdt nodes given by path
From: Rob Herring <hidden>
Date: 2013-08-26 12:09:17
Also in:
linux-devicetree
From: Rob Herring <hidden>
Date: 2013-08-26 12:09:17
Also in:
linux-devicetree
On Mon, Aug 19, 2013 at 10:04 AM, Marek Szyprowski [off-list ref] wrote:
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 <redacted> Acked-by: Tomasz Figa <redacted>
Reviewed-by: Rob Herring <redacted>