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

2017-03-17 Thread Simon Glass
On 22 February 2017 at 19:23, Simon Glass wrote: > On 22 February 2017 at 11:06, 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

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

2017-02-22 Thread Simon Glass
On 22 February 2017 at 11:06, 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 v2] dtoc: make ScanTree recurse into subnodes

2017-02-22 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 { /* ... */