summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-08-11 15:11:36 +0100
committerBryan O'Donoghue <pure.logic@nexus-software.ie>2017-08-24 16:17:15 +0100
commit5e8eb477d386947da9311d53a49fff91a5cf3f7f (patch)
treefa2697835452a17edee63b74a3503f81b30d8220
parent18893f32e6883cdab16ad2e8ccb0443aa2a37e99 (diff)
ARM: dts: imx7s-warp: Switch on OPTEElinaro-20170824-001
This patch switches on OPTEE in the DTS. No actual testing of OPTEE is possible until a firmware is loaded too but - decent first step. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx7s-warp-optee.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s-warp-optee.dts b/arch/arm/boot/dts/imx7s-warp-optee.dts
index 568d57bc6cd5..8d187eec8eee 100644
--- a/arch/arm/boot/dts/imx7s-warp-optee.dts
+++ b/arch/arm/boot/dts/imx7s-warp-optee.dts
@@ -103,6 +103,14 @@
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
+
+ firmware {
+ optee {
+ compatible = "linaro,optee-tz";
+ method = "smc";
+ };
+ };
+
};
&clks {