diff options
author | Jens Wiklander <jens.wiklander@linaro.org> | 2018-09-25 16:40:16 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-07 10:48:26 -0400 |
commit | fa830ae1e47378c734358c95918c72b5bc4c3c66 (patch) | |
tree | 7b8b3c9942fc805a4f9f04b7959d75597a068629 /arch/sandbox/dts/sandbox.dts | |
parent | 1cc8cc4e675e32cde76487292c8bace5fa927eee (diff) |
sandbox: dt: add sandbox_tee node
Adds a sandbox_tee node to enable the sandbox tee driver in all the
sandbox dts files.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'arch/sandbox/dts/sandbox.dts')
-rw-r--r-- | arch/sandbox/dts/sandbox.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 1aa0f8eef5..48db7818d7 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -342,6 +342,10 @@ status = "okay"; }; }; + + sandbox_tee { + compatible = "sandbox,tee"; + }; }; #include "cros-ec-keyboard.dtsi" |