diff options
Diffstat (limited to 'tools/binman/test/066_text.dts')
-rw-r--r-- | tools/binman/test/066_text.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/binman/test/066_text.dts b/tools/binman/test/066_text.dts index 59b1fed0ef..f23a75ae92 100644 --- a/tools/binman/test/066_text.dts +++ b/tools/binman/test/066_text.dts @@ -24,5 +24,10 @@ text-label = "test-id4"; test-id4 = "some text"; }; + /* Put text directly in the node */ + text5 { + type = "text"; + text = "more text"; + }; }; }; |