Re: [U-Boot] [PATCH v1] dtoc: make ScanTree recurse into subnodes

2017-02-21 Thread Simon Glass
Hi Philipp, On 17 February 2017 at 10:24, Philipp Tomsich wrote: > Previously, dtoc could only process the top-level nodes which led to > device nodes in hierarchical trees to be ignored. E.g. the mmc0 node > in the following example would be ignored, as only the soc node was > processed: > > /

[U-Boot] [PATCH v1] dtoc: make ScanTree recurse into subnodes

2017-02-17 Thread Philipp Tomsich
Previously, dtoc could only process the top-level nodes which led to device nodes in hierarchical trees to be ignored. E.g. the mmc0 node in the following example would be ignored, as only the soc node was processed: / { soc { mmc0 { /* ... */