Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1561747
| From | Jens Wiklander <jens.wiklander@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v14 5/5] arm64: dt: hikey: Add optee node |
| Date | 2017-01-18 14:10 +0100 |
| Message-ID | <t0Ya0-4vs-61@gated-at.bofh.it> (permalink) |
| References | <t0Y9Z-4vs-49@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web