commit | e330447a81f3fdee98105a2c10b1548ba1d2e1ca | [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 | 9451c00296180a902df1a7d4b5b55235742b2640 [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>