From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 18 Jan 2019 10:38:26 -0700 Subject: [U-Boot] [PATCH v1 1/1] arm64: dt: poplar: add optee node In-Reply-To: <1547735860-5298-1-git-send-email-igor.opaniuk@linaro.org> References: <1547735860-5298-1-git-send-email-igor.opaniuk@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 17 Jan 2019 at 07:37, Igor Opaniuk wrote: > > As Poplar supports running TF-A with OP-TEE as BL32 > payload, add op-tee node in DT, which enables usage of > OP-TEE driver (which provides an interface for requesting services > from OP-TEE). > > Signed-off-by: Igor Opaniuk > --- > arch/arm/dts/hi3798cv200-poplar.dts | 7 +++++++ > 1 file changed, 7 insertions(+) Reviewed-by: Simon Glass