From c3be2f18dd4c3fa807f0316cff1cae5f9e0a200f Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Thu, 21 Sep 2023 11:13:36 +0300 Subject: [PATCH] sandbox: dts: add meson secure monitor node We need this to test UCLASS_SM. Signed-off-by: Alexey Romanov Reviewed-by: Simon Glass Link: https://lore.kernel.org/r/20230921081346.22157-4-avromanov@salutedevices.com Signed-off-by: Neil Armstrong --- arch/sandbox/dts/test.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 6abce9e396..ad20359c77 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -767,6 +767,10 @@ }; }; }; + + sm: secure-monitor { + compatible = "sandbox,sm"; + }; }; fpga { -- 2.39.5