Re: [PATCH] dtoc: Check that a parent is not missing

2021-07-31 Thread Simon Glass
Hi Walter, On Sun, 25 Jul 2021 at 18:43, Walter Lozano wrote: > > Hi Simon, > > Thanks for the patch, it will be a nice way to spot errors and avoid > headaches! > > On 7/7/21 8:22 AM, Simon Glass wrote: > > With of-platdata-inst we want to set up a reference to each devices' > > parent device, i

Re: [PATCH] dtoc: Check that a parent is not missing

2021-07-25 Thread Walter Lozano
Hi Simon, Thanks for the patch, it will be a nice way to spot errors and avoid headaches! On 7/7/21 8:22 AM, Simon Glass wrote: With of-platdata-inst we want to set up a reference to each devices' parent device, if there is one. If we find that the device has a parent (i.e. is not a root node