summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2024-10-01 14:24:43 +0200
committerTom Rini <trini@konsulko.com>2024-10-10 16:02:20 -0600
commit9046279d92bb0d964cc3ae366985dec680b9224c (patch)
tree62a0d6b7cb982dc56daec7729b4f7b2c16e79b28 /arch
parent051c448c8b2a0b0ae9a682b4b1fde35f7a127c77 (diff)
test: dm: Add tests for LED boot and activity
Add tests for LED boot and activity feature and add required property in sandbox test DTS. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 8412506c17a..6706309720d 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -101,6 +101,8 @@
bootscr-ram-offset = /bits/ 64 <0x12345678>;
bootscr-flash-offset = /bits/ 64 <0>;
bootscr-flash-size = /bits/ 64 <0x2000>;
+ boot-led = "sandbox:green";
+ activity-led = "sandbox:red";
};
};