From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Wiklander Date: Fri, 31 Aug 2018 10:06:17 +0200 Subject: [U-Boot] [PATCH v2 10/15] sandbox: dt: add sandbox_tee node In-Reply-To: References: <20180823104334.16083-1-jens.wiklander@linaro.org> <20180823104334.16083-11-jens.wiklander@linaro.org> Message-ID: <20180831080616.GB28857@jax.urgonet> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Aug 29, 2018 at 06:28:59PM -0600, Simon Glass wrote: > On 23 August 2018 at 04:43, Jens Wiklander wrote: > > Adds a sandbox_tee node to enable the sandbox tee driver in all the > > sandbox dts files. > > > > Signed-off-by: Jens Wiklander > > --- > > 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 > > 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