]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: dts: add meson secure monitor node
authorAlexey Romanov <avromanov@salutedevices.com>
Thu, 21 Sep 2023 08:13:36 +0000 (11:13 +0300)
committerNeil 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

index 6abce9e3963025c2b9058ea5a0a3c473482d67c4..ad20359c7741e7c86741102b2d6da410877ff25f 100644 (file)
                                };
                        };
                };
+
+               sm: secure-monitor {
+                       compatible = "sandbox,sm";
+               };
        };
 
        fpga {