]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Don't generate platform data with instantiation
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:15 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit4b91be2fd8e7ab95da7b18714687e08849a4b835
tree03d8453ec7637474f4383cb06b2e825229930eb8
parent426d12f42f47b0b004c838f753dcf415c3268c37
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>
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py