mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
25 lines
601 B
Diff
25 lines
601 B
Diff
|
From 9ab6cc70cd84ca4a140b30b8a0a2371a3585a72a Mon Sep 17 00:00:00 2001
|
||
|
From: Pankaj Gupta <pankaj.gupta@nxp.com>
|
||
|
Date: Tue, 27 Nov 2018 15:33:08 +0530
|
||
|
Subject: [PATCH] arm64: dts: lx2160a: add optee-tz node
|
||
|
|
||
|
Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>
|
||
|
---
|
||
|
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 7 +++++++
|
||
|
1 file changed, 7 insertions(+)
|
||
|
|
||
|
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
|
||
|
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
|
||
|
@@ -1287,4 +1287,11 @@
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
+
|
||
|
+ firmware {
|
||
|
+ optee {
|
||
|
+ compatible = "linaro,optee-tz";
|
||
|
+ method = "smc";
|
||
|
+ };
|
||
|
+ };
|
||
|
};
|