Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1561747 > unrolled thread

[PATCH v14 5/5] arm64: dt: hikey: Add optee node

Started byJens Wiklander <jens.wiklander@linaro.org>
First post2017-01-18 14:10 +0100
Last post2017-01-20 16:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v14 5/5] arm64: dt: hikey: Add optee node Jens Wiklander <jens.wiklander@linaro.org> - 2017-01-18 14:10 +0100
    Re: [PATCH v14 5/5] arm64: dt: hikey: Add optee node Wei Xu <xuwei5@hisilicon.com> - 2017-01-20 16:40 +0100

#1561747 — [PATCH v14 5/5] arm64: dt: hikey: Add optee node

FromJens Wiklander <jens.wiklander@linaro.org>
Date2017-01-18 14:10 +0100
Subject[PATCH v14 5/5] arm64: dt: hikey: Add optee node
Message-ID<t0Ya0-4vs-61@gated-at.bofh.it>
From: Jerome Forissier <jerome.forissier@linaro.org>

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
---
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index dba3c131c62c..89c15399bec2 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -406,6 +406,13 @@
 			};
 		};
 	};
+
+	firmware {
+		optee {
+			compatible = "linaro,optee-tz";
+			method = "smc";
+		};
+	};
 };
 
 &uart2 {
-- 
2.7.4

[toc] | [next] | [standalone]


#1563725

FromWei Xu <xuwei5@hisilicon.com>
Date2017-01-20 16:40 +0100
Message-ID<t1Jse-z6-31@gated-at.bofh.it>
In reply to#1561747
Hi Jens,

On 2017/1/18 12:58, Jens Wiklander wrote:
> From: Jerome Forissier <jerome.forissier@linaro.org>
> 
> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>

Thanks!
Fine to me.
Acked-by: Wei Xu <xuwei5@hisilicon.com>

Best Regards,
Wei

> ---
>  arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
> index dba3c131c62c..89c15399bec2 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
> +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
> @@ -406,6 +406,13 @@
>  			};
>  		};
>  	};
> +
> +	firmware {
> +		optee {
> +			compatible = "linaro,optee-tz";
> +			method = "smc";
> +		};
> +	};
>  };
>  
>  &uart2 {
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web