dtoc: Drop dm_populate_phandle_data()
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:35:05 +0000 (20:35 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commitd960f0db289144a80553e4d226d5dd145d63926a
treebb23dec6d716a8c8bb1375f5d993aa9b90b193e3
parent9eca08dc5986c9e00bb68a4529ec9404a282bc57
dtoc: Drop dm_populate_phandle_data()

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@chromium.org>
doc/driver-model/of-plat.rst
drivers/core/root.c
include/dm/platdata.h
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py