mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00
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:
parent
928fa66272
commit
8ef8e0e30e
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&pka {
|
&pka {
|
||||||
secure-status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&pwr_regulators {
|
&pwr_regulators {
|
||||||
|
@ -298,7 +298,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&saes {
|
&saes {
|
||||||
secure-status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&sdmmc1 {
|
&sdmmc1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue