summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Romanov <[email protected]>2023-09-21 11:13:36 +0300
committerNeil Armstrong <[email protected]>2023-10-15 12:23:48 +0200
commitc3be2f18dd4c3fa807f0316cff1cae5f9e0a200f (patch)
tree7036c81e63420dd6d37e813920101d7b4b984da4
parent9ec6db32ca04b41330225d96f44eb6a4d8e97e7e (diff)
sandbox: dts: add meson secure monitor node
We need this to test UCLASS_SM. Signed-off-by: Alexey Romanov <[email protected]> Reviewed-by: Simon Glass <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 6abce9e3963..ad20359c774 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -767,6 +767,10 @@
};
};
};
+
+ sm: secure-monitor {
+ compatible = "sandbox,sm";
+ };
};
fpga {