diff options
Diffstat (limited to 'tests/include1.dts')
| -rw-r--r-- | tests/include1.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/include1.dts b/tests/include1.dts index 0c7f42e03fab..5d59d8337555 100644 --- a/tests/include1.dts +++ b/tests/include1.dts @@ -15,9 +15,12 @@ prop-int = <123456789>; /include/ "include8.dts" - linux,phandle = <0x2001>; + phandle = <0x2001>; compatible = "subsubnode2", "subsubnode"; prop-int = <0726746425>; }; + + ss2 { + }; }; }; |
