Message ID | 20180823104334.16083-11-jens.wiklander@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | AVB using OP-TEE | expand |
On 23 August 2018 at 04:43, Jens Wiklander <jens.wiklander@linaro.org> wrote: > Adds a sandbox_tee node to enable the sandbox tee driver in all the > sandbox dts files. > > Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> > --- > arch/sandbox/dts/sandbox.dts | 4 ++++ > arch/sandbox/dts/sandbox64.dts | 4 ++++ > arch/sandbox/dts/test.dts | 4 ++++ > 3 files changed, 12 insertions(+) > Reviewed-by: Simon Glass <sjg@chromium.org> BTW it's only the test.dts one that matters for tests. But it's fine to add this in the others.
On Wed, Aug 29, 2018 at 06:28:59PM -0600, Simon Glass wrote: > On 23 August 2018 at 04:43, Jens Wiklander <jens.wiklander@linaro.org> wrote: > > Adds a sandbox_tee node to enable the sandbox tee driver in all the > > sandbox dts files. > > > > Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> > > --- > > arch/sandbox/dts/sandbox.dts | 4 ++++ > > arch/sandbox/dts/sandbox64.dts | 4 ++++ > > arch/sandbox/dts/test.dts | 4 ++++ > > 3 files changed, 12 insertions(+) > > > > Reviewed-by: Simon Glass <sjg@chromium.org> > > BTW it's only the test.dts one that matters for tests. But it's fine > to add this in the others. OK. Thanks, Jens
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 9f444c96a9ec..f5c02e5396ff 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -311,6 +311,10 @@ }; }; }; + + 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 70356461959d..eee7518be823 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -604,6 +604,10 @@ }; }; }; + + sandbox_tee { + compatible = "sandbox,tee"; + }; }; #include "sandbox_pmic.dtsi"
Adds a sandbox_tee node to enable the sandbox tee driver in all the sandbox dts files. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> --- arch/sandbox/dts/sandbox.dts | 4 ++++ arch/sandbox/dts/sandbox64.dts | 4 ++++ arch/sandbox/dts/test.dts | 4 ++++ 3 files changed, 12 insertions(+) -- 2.17.1