[PATCH 19/49] dtoc: Drop dm_populate_phandle_data()

Simon Glass sjg at chromium.org
Wed Jan 6 16:12:47 CET 2021


This has not been needed since parent information was added and we started
using indicies for references to other drivers instead of pointers. It was
kept around in the expectation that it might be needed later.

However with the latest updates, it doesn't seem likely that we'll need
this in the foreseeable future.

Drop dm_populate_phandle_data() from dtoc and driver model.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 doc/driver-model/of-plat.rst | 16 ++++++----------
 drivers/core/root.c          |  3 ---
 include/dm/platdata.h        |  8 --------
 tools/dtoc/dtb_platdata.py   |  6 ------
 tools/dtoc/test_dtoc.py      | 29 +++++++----------------------
 5 files changed, 13 insertions(+), 49 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list