diff mbox series

[v2,10/15] sandbox: dt: add sandbox_tee node

Message ID 20180823104334.16083-11-jens.wiklander@linaro.org
State Superseded
Headers show
Series AVB using OP-TEE | expand

Commit Message

Jens Wiklander Aug. 23, 2018, 10:43 a.m. UTC
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

Comments

Simon Glass Aug. 30, 2018, 12:28 a.m. UTC | #1
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.
Jens Wiklander Aug. 31, 2018, 8:06 a.m. UTC | #2
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 mbox series

Patch

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"