Rob Herring <r...@kernel.org> writes: > Use of the of_scan_flat_dt() function predates libfdt and is discouraged > as libfdt provides a nicer set of APIs. Rework > early_init_dt_scan_memory() to be called directly and use libfdt. > > Cc: John Crispin <j...@phrozen.org> > Cc: Thomas Bogendoerfer <tsbog...@alpha.franken.de> > Cc: Michael Ellerman <m...@ellerman.id.au> > Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> > Cc: Paul Mackerras <pau...@samba.org> > Cc: Frank Rowand <frowand.l...@gmail.com> > Cc: linux-m...@vger.kernel.org > Cc: linuxppc-dev@lists.ozlabs.org > Signed-off-by: Rob Herring <r...@kernel.org> > Reviewed-by: Frank Rowand <frank.row...@sony.com> > Link: https://lore.kernel.org/r/20211208155839.4084795-1-r...@kernel.org > Signed-off-by: Rob Herring <r...@kernel.org> > --- > v4: > - Revert the changes to search for memory nodes at any level which were > accidentally committed.
Sorry for the mix up, this version works for me. Tested-by: Michael Ellerman <m...@ellerman.id.au> cheers