From 8ef8e0e30e301e6b2595d571f004ae86b1a1ce06 Mon Sep 17 00:00:00 2001 From: Lionel Debieve Date: Thu, 6 Oct 2022 08:52:30 +0200 Subject: [PATCH] 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 --- fdts/stm32mp135f-dk.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5