fix(stm32mp13-fdts): remove secure status

Remove the secure status for PKA and SAES entries.
The peripherals are used in BL2 at EL3, context will
remain secure only.

Change-Id: I79d95bc55a9afd27f295249936d7bc332c777f5e
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
This commit is contained in:
Lionel Debieve 2022-10-06 08:52:30 +02:00
parent 928fa66272
commit 8ef8e0e30e

View file

@ -176,7 +176,7 @@
};
&pka {
secure-status = "okay";
status = "okay";
};
&pwr_regulators {
@ -298,7 +298,7 @@
};
&saes {
secure-status = "okay";
status = "okay";
};
&sdmmc1 {