mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(stm32mp1): add sdmmc compatible in platform define
Add DT_SDMMC2_COMPAT define in stm32mp1_def.h file in platform. It allows the use of the compatible in platform code. Change-Id: I535ad67dd133bab59cf81881adaef42d8e88632c Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
parent
6481a8f1e0
commit
3331d3637c
1 changed files with 1 additions and 0 deletions
|
@ -626,5 +626,6 @@ static inline uintptr_t tamp_bkpr(uint32_t idx)
|
|||
#define DT_RCC_CLK_COMPAT "st,stm32mp1-rcc"
|
||||
#define DT_RCC_SEC_CLK_COMPAT "st,stm32mp1-rcc-secure"
|
||||
#endif
|
||||
#define DT_SDMMC2_COMPAT "st,stm32-sdmmc2"
|
||||
|
||||
#endif /* STM32MP1_DEF_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue