[PATCH v3 3/8] sandbox: dts: add meson secure monitor node
Alexey Romanov
avromanov at salutedevices.com
Thu Sep 21 10:13:36 CEST 2023
We need this to test UCLASS_SM.
Signed-off-by: Alexey Romanov <avromanov at salutedevices.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
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 dffe10adbf..4475aa58a6 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -693,6 +693,10 @@
};
};
};
+
+ sm: secure-monitor {
+ compatible = "sandbox,sm";
+ };
};
fpga {
--
2.25.1
More information about the U-Boot
mailing list