commit | 2500de2c94e60e2fc5c313740f7612bdd87a6515 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 28 20:35:05 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:26:35 2021 -0700 |
tree | bb23dec6d716a8c8bb1375f5d993aa9b90b193e3 | |
parent | 16382cedc1c74555fab9b7fb1e2301ac1fccc147 [diff] |
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>