From: Lionel Debieve Date: Thu, 6 Oct 2022 06:52:30 +0000 (+0200) Subject: fix(stm32mp13-fdts): remove secure status X-Git-Tag: baikal/aarch64/sdk5.9~16^2~3 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=8ef8e0e30e301e6b2595d571f004ae86b1a1ce06;p=arm-tf.git 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 --- diff --git a/fdts/stm32mp135f-dk.dts b/fdts/stm32mp135f-dk.dts index aa1dd01da..0f06b671d 100644 --- a/fdts/stm32mp135f-dk.dts +++ b/fdts/stm32mp135f-dk.dts @@ -176,7 +176,7 @@ }; &pka { - secure-status = "okay"; + status = "okay"; }; &pwr_regulators { @@ -298,7 +298,7 @@ }; &saes { - secure-status = "okay"; + status = "okay"; }; &sdmmc1 {