projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea3fbe
)
arm: dt: hikey: Add optee node
author
Jens Wiklander
<jens.wiklander@linaro.org>
Tue, 25 Sep 2018 14:40:13 +0000
(16:40 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sun, 7 Oct 2018 14:47:38 +0000
(10:47 -0400)
Sync with
14e21cb8f811
("arm64: dt: hikey: Add optee node"
from Linux kernel.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
arch/arm/dts/hi6220-hikey.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/hi6220-hikey.dts
b/arch/arm/dts/hi6220-hikey.dts
index 818525197508a0380abfcc162d65704b36f47cc7..24f09257af00ebd451de67b10468aa13a9dbbaa8 100644
(file)
--- a/
arch/arm/dts/hi6220-hikey.dts
+++ b/
arch/arm/dts/hi6220-hikey.dts
@@
-31,6
+31,13
@@
device_type = "memory";
reg = <0x0 0x0 0x0 0x40000000>;
};
+
+ firmware {
+ optee {
+ compatible = "linaro,optee-tz";
+ method = "smc";
+ };
+ };
};
&uart2 {