mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(stm32mp1): chip rev. Z is 0x1001 on STM32MP13
On STM32MP13, the chip revision Z is 0x1001, contrary to STM32MP15, for which it was 0x2001. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: If65482e824b169282abb5e26ca91e16ef7640b52
This commit is contained in:
parent
4b031ab4c5
commit
ef0b8a6c1b
1 changed files with 5 additions and 0 deletions
|
@ -52,7 +52,12 @@
|
|||
#define STM32MP151D_PART_NB U(0x050000AF)
|
||||
|
||||
#define STM32MP1_REV_B U(0x2000)
|
||||
#if STM32MP13
|
||||
#define STM32MP1_REV_Z U(0x1001)
|
||||
#endif
|
||||
#if STM32MP15
|
||||
#define STM32MP1_REV_Z U(0x2001)
|
||||
#endif
|
||||
|
||||
/*******************************************************************************
|
||||
* PACKAGE ID
|
||||
|
|
Loading…
Add table
Reference in a new issue