From c2bd2d33d92cf729dfa7bac6c4c754098f0a2dfb Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 1 Oct 2023 19:13:39 -0600 Subject: expo: Update tests to include textline Provide test coverage for the new expo object type, including building and reading/writing settings. Signed-off-by: Simon Glass --- arch/sandbox/dts/cedit.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch') diff --git a/arch/sandbox/dts/cedit.dtsi b/arch/sandbox/dts/cedit.dtsi index a9eb4c2d594..9bd84e62936 100644 --- a/arch/sandbox/dts/cedit.dtsi +++ b/arch/sandbox/dts/cedit.dtsi @@ -51,6 +51,14 @@ item-id = ; }; + + machine-name { + id = ; + type = "textline"; + max-chars = <20>; + title = "Machine name"; + edit-id = ; + }; }; }; -- cgit v1.3.1