Message ID | 20180925144023.24555-13-jens.wiklander@linaro.org |
---|---|
State | New |
Headers | show |
Series | AVB using OP-TEE | expand |
On Tue, Sep 25, 2018 at 04:40:16PM +0200, Jens Wiklander wrote: > 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> Applied to u-boot/master, thanks! -- Tom
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 6ac37f1ed7be..af7f12aa5889 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -322,6 +322,10 @@ reg = <0x0 0x400>; }; }; + + sandbox_tee { + compatible = "sandbox,tee"; + }; }; #include "cros-ec-keyboard.dtsi" diff --git a/arch/sandbox/dts/sandbox64.dts b/arch/sandbox/dts/sandbox64.dts index 9e65d2fda3d3..0e32fdad9d81 100644 --- a/arch/sandbox/dts/sandbox64.dts +++ b/arch/sandbox/dts/sandbox64.dts @@ -311,6 +311,10 @@ }; }; }; + + sandbox_tee { + compatible = "sandbox,tee"; + }; }; #include "cros-ec-keyboard.dtsi" diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 366826333181..997f8f996f23 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -630,6 +630,10 @@ }; }; }; + + sandbox_tee { + compatible = "sandbox,tee"; + }; }; #include "sandbox_pmic.dtsi"