Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964876AbcJVRYN (ORCPT ); Sat, 22 Oct 2016 13:24:13 -0400 Received: from mail-ua0-f194.google.com ([209.85.217.194]:36155 "EHLO mail-ua0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935714AbcJVRYL (ORCPT ); Sat, 22 Oct 2016 13:24:11 -0400 MIME-Version: 1.0 In-Reply-To: <1477148229-6940-1-git-send-email-jason.hui.liu@nxp.com> References: <1477148229-6940-1-git-send-email-jason.hui.liu@nxp.com> From: Fabio Estevam Date: Sat, 22 Oct 2016 15:24:10 -0200 Message-ID: Subject: Re: [PATCH 1/1] arm: dts: imx6ul: 14x14-evk: add the optee node To: Jason Liu Cc: "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , Shawn Guo , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 24 Hi Jason, On Sat, Oct 22, 2016 at 12:57 PM, Jason Liu wrote: > This patch adds the optee node for the i.MX6UL 14x14 evk board > > Signed-off-by: Jason Liu > --- > arch/arm/boot/dts/imx6ul-14x14-evk.dts | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts > index e281d50..e68dc19 100644 > --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts > +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts > @@ -30,6 +30,13 @@ > status = "okay"; > }; > > + firmware { > + optee { > + compatible = "linaro,optee-tz"; > + method = "smc"; It seems we need to wait until the property lands in mainline.