summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-08-11 10:50:44 +0100
committerBryan O'Donoghue <pure.logic@nexus-software.ie>2017-08-24 16:17:15 +0100
commit18893f32e6883cdab16ad2e8ccb0443aa2a37e99 (patch)
treebdcb1376694351382c4b3bf443c1202c46685278
parent1952ce03e0c1d6ce5b079c485d47c8dcd59472a7 (diff)
ARM: dts: imx7s-warp: Switch off crypto driver for optee
The OPTEE runtime wants to own the CAAM hardware. As a result for OPTEE on WaRP7 we need to switch the crypto bloc off; do that now. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx7s-warp-optee.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s-warp-optee.dts b/arch/arm/boot/dts/imx7s-warp-optee.dts
index 0b127e3387a9..568d57bc6cd5 100644
--- a/arch/arm/boot/dts/imx7s-warp-optee.dts
+++ b/arch/arm/boot/dts/imx7s-warp-optee.dts
@@ -464,3 +464,7 @@
>;
};
};
+
+&crypto {
+ status = "disabled";
+};