test/py: use valid device tree in test_fit.py
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Dec 2019 10:05:59 +0000 (11:05 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 00:50:31 +0000 (19:50 -0500)
commit954ab3c7b78ffb5ad469fed9306298631e4f54f7
treedb50c283e1ca44e917b870778bb93791342c6d00
parent327bb3bc1efd0ddd3976637df23f12aa5bc7e6fe
test/py: use valid device tree in test_fit.py

The device tree compiler expects that a node with a unit-address has a reg
property.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_fit.py