dm: core: Widen the dump tree to show more of the driver's name.
authorLiviu Dudau <Liviu.Dudau@foss.arm.com>
Mon, 15 Oct 2018 09:03:06 +0000 (10:03 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit5197dafc42eb926525a12fc5aa38d2a05f22d177
treeabaf52e0fde2db330c345ac369f66a0fca18c27f
parent0c943e5da64987a622544cafab791caee6e14c9d
dm: core: Widen the dump tree to show more of the driver's name.

With drivers that have prefix names that are quite long (like
'versatile_') it is useful to have a wider column for the driver's
name when dumping the device driver tree.

Also update the tests to take into account the wider output format.

Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/core/dump.c
test/py/tests/test_bind.py