
6 Jul
2020
6 Jul
'20
3:31 a.m.
On Wed, 24 Jun 2020 at 22:11, Walter Lozano walter.lozano@collabora.com wrote:
As dtoc now performs checks for valid driver names, when running dtoc tests several warnings arise as these tests don't use valid driver names.
This patch adds an option to disable those warning, which is only intended for running tests.
Signed-off-by: Walter Lozano walter.lozano@collabora.com
tools/dtoc/dtb_platdata.py | 13 ++-- tools/dtoc/dtoc_test_invalid_driver.dts | 15 ++++ tools/dtoc/test_dtoc.py | 91 +++++++++++++++++-------- 3 files changed, 85 insertions(+), 34 deletions(-) create mode 100644 tools/dtoc/dtoc_test_invalid_driver.dts
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!