diff options
author | Nicolas Le Bayon <nicolas.le.bayon@st.com> | 2019-09-10 14:18:27 +0200 |
---|---|---|
committer | Yann Gautier <yann.gautier@st.com> | 2022-01-28 18:04:52 +0100 |
commit | 375b79bb4a773fe6a5dd971272c72bf12155050e (patch) | |
tree | a6c07fa240853600ab5ee9f0332bb8bced40392c /fdts | |
parent | 072d7532d2cd3d004a7cc09fd15e9543d0a3bbb7 (diff) | |
download | arm-trusted-firmware-375b79bb4a773fe6a5dd971272c72bf12155050e.tar.gz |
feat(stm32mp1-fdts): update NVMEM nodes
Set non-secure property on platform secure OTP nodes that non-secure
world is allowed to access through secure world services.
These are the SoC MAC address and the ST boards board_id OTPs.
Most of these were already done but it was missing for ED1 board.
Change-Id: Idfa6322d9d5c35285706d0b2d32ae09af38684a7
Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
Diffstat (limited to 'fdts')
-rw-r--r-- | fdts/stm32mp157c-ed1.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fdts/stm32mp157c-ed1.dts b/fdts/stm32mp157c-ed1.dts index 2de90d8c4..44c701612 100644 --- a/fdts/stm32mp157c-ed1.dts +++ b/fdts/stm32mp157c-ed1.dts @@ -33,8 +33,7 @@ &bsec { board_id: board_id@ec { reg = <0xec 0x4>; - status = "okay"; - secure-status = "okay"; + st,non-secure-otp; }; }; |