commit | 9dc617db8b6cf67a3b938c21625a9ebc05ce6ef4 | [log] [tgz] |
---|---|---|
author | Alexey Romanov <avromanov@salutedevices.com> | Thu Sep 21 11:13:36 2023 +0300 |
committer | Neil Armstrong <neil.armstrong@linaro.org> | Sun Oct 15 12:23:48 2023 +0200 |
tree | 7036c81e63420dd6d37e813920101d7b4b984da4 | |
parent | 237cfeaa5dd800c7229314676c998e3b122a700f [diff] [blame] |
sandbox: dts: add meson secure monitor node We need this to test UCLASS_SM. Signed-off-by: Alexey Romanov <avromanov@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20230921081346.22157-4-avromanov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 6abce9e..ad20359 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts
@@ -767,6 +767,10 @@ }; }; }; + + sm: secure-monitor { + compatible = "sandbox,sm"; + }; }; fpga {