mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 18:41:22 +00:00
stm32mp1: update device tree files
The drivers are also updated to reflect the changes. Set RCC as non-secure. Change-Id: I568fa1f418355830ad1d4d1cdcdb910fb362231b Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
parent
23684d0e81
commit
c948f77136
13 changed files with 468 additions and 188 deletions
|
@ -707,7 +707,7 @@ void stm32mp1_ddr_init(struct ddr_info *priv,
|
|||
}
|
||||
|
||||
VERBOSE("name = %s\n", config->info.name);
|
||||
VERBOSE("speed = %d MHz\n", config->info.speed);
|
||||
VERBOSE("speed = %d kHz\n", config->info.speed);
|
||||
VERBOSE("size = 0x%x\n", config->info.size);
|
||||
|
||||
/* DDR INIT SEQUENCE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue