commit | 53c20bebb2215caaadc58b2eee2c80c61456b93d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 08 04:39:23 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jun 28 03:09:52 2022 +0100 |
tree | 8bedcb50eb2ef1ef4e4f21d9c7d21bf0d85d6935 | |
parent | d32f62f49d338e68c2d793a9e2412677a740c89f [diff] |
dm: core: Switch the testbus driver to use a new struct At present this driver uses 'priv' struct to hold 'plat' data, which is confusing. The contents of the strct don't matter, since only dtoc is using it. Create a new struct with the correct name. Signed-off-by: Simon Glass <sjg@chromium.org>