]> git.baikalelectronics.ru Git - uboot.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)
commit6fc046cd8afb53afb0b870966deae53c8ddc7d7b
tree03d8453ec7637474f4383cb06b2e825229930eb8
parent0631d8116c475f497a45cf2d2ebcf5239cf66df0
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