git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec6db3
)
sandbox: dts: add meson secure monitor node
author
Alexey Romanov
<avromanov@salutedevices.com>
Thu, 21 Sep 2023 08:13:36 +0000
(11:13 +0300)
committer
Neil Armstrong
<neil.armstrong@linaro.org>
Sun, 15 Oct 2023 10:23:48 +0000
(12:23 +0200)
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>
arch/sandbox/dts/test.dts
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/test.dts
b/arch/sandbox/dts/test.dts
index
6abce9e
..
ad20359
100644
(file)
--- a/
arch/sandbox/dts/test.dts
+++ b/
arch/sandbox/dts/test.dts
@@
-767,6
+767,10
@@
};
};
};
+
+ sm: secure-monitor {
+ compatible = "sandbox,sm";
+ };
};
fpga {