]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit59c1cc95da6df048eecc88c6644a203e4ec4b6ac
treebb23dec6d716a8c8bb1375f5d993aa9b90b193e3
parent7b9e15864c6205d574cf3862b92585bcd247726f
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