aboutsummaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-09-27 09:54:27 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-09-27 09:54:27 +0000
commitace23683beb81354d6edbc61c087ab8c384d0631 (patch)
tree7d38b9f16a08d4ff65dfe9017abf72f4574c2f19 /fdts
parent32d514e5c685bf7d425629a6021d4f2f20df159c (diff)
parent4bdb1a7a6a1325343b0f0c375b43e9b874e31fca (diff)
downloadtrusted-firmware-a-ace23683beb81354d6edbc61c087ab8c384d0631.tar.gz
Merge changes from topic "ld/stm32-authentication" into integration
* changes: stm32mp1: add authentication support for stm32image bsec: move bsec_mode_is_closed_device() service to platform crypto: stm32_hash: Add HASH driver
Diffstat (limited to 'fdts')
-rw-r--r--fdts/stm32mp157c-security.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/fdts/stm32mp157c-security.dtsi b/fdts/stm32mp157c-security.dtsi
index f7e55b3672..165ffa0cb9 100644
--- a/fdts/stm32mp157c-security.dtsi
+++ b/fdts/stm32mp157c-security.dtsi
@@ -28,6 +28,10 @@
};
};
+&hash1 {
+ secure-status = "okay";
+};
+
&sdmmc1 {
compatible = "st,stm32-sdmmc2";
};