commit | be74900264d10f774a062ef4cb96c977244b3fec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:01:15 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | 03d8453ec7637474f4383cb06b2e825229930eb8 | |
parent | 3fa3bbba65bf4c9df0d382e0a681b0ec2c6e1441 [diff] |
dtoc: Don't generate platform data with instantiation This file is not used when instantiating devices. Update dtoc to skip generating its contents and just add a comment instead. Also it is useful to see the driver name and parent for each device. Update the file to show that information, to avoid updating the same tests twice. Signed-off-by: Simon Glass <sjg@chromium.org>