diff mbox series

[v2,3/8] sandbox: dts: add meson secure monitor node

Message ID 20230911163536.20735-4-avromanov@salutedevices.com
State Superseded
Delegated to: Neil Armstrong
Headers show
Series Add SM uclass and Meson SM driver | expand

Commit Message

Alexey Romanov Sept. 11, 2023, 4:35 p.m. UTC
We need this to test UCLASS_SM.

Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
---
 arch/sandbox/dts/test.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Simon Glass Sept. 21, 2023, 1:03 a.m. UTC | #1
On Mon, 11 Sept 2023 at 10:35, Alexey Romanov
<avromanov@salutedevices.com> wrote:
>
> We need this to test UCLASS_SM.
>
> Signed-off-by: Alexey Romanov <avromanov@salutedevices.com>
> ---
>  arch/sandbox/dts/test.dts | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

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 {