diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-16 09:40:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-16 09:40:09 -0500 |
commit | f47704d4ae494ebc8a25c95202e548ea32f98955 (patch) | |
tree | 1fe12b692cf15f97aafb17ab4261e8d8106a797a /test | |
parent | 9d5d74c3ccdc78bac969d25e98eab96872e33b5c (diff) | |
parent | 7b2e07ad34170c82a098b47a756311dec5e8e04a (diff) |
Merge branch '2020-01-15-master-imports'
- MediaTek improvements
- Some generic clk improvements
- A few assorted bugfixes
Diffstat (limited to 'test')
-rwxr-xr-x | test/py/tests/test_fit.py | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/py/tests/test_fit.py b/test/py/tests/test_fit.py index 356d9a20f2..84b3f95850 100755 --- a/test/py/tests/test_fit.py +++ b/test/py/tests/test_fit.py @@ -83,13 +83,16 @@ base_fdt = ''' /dts-v1/; / { - model = "Sandbox Verified Boot Test"; - compatible = "sandbox"; + #address-cells = <1>; + #size-cells = <0>; + + model = "Sandbox Verified Boot Test"; + compatible = "sandbox"; reset@0 { compatible = "sandbox,reset"; + reg = <0>; }; - }; ''' |