arm-trusted-firmware/drivers/st
Christoph Fritz eca510346d fix(st-clock): adapt order of CSS on LSE and HSE
Fix the activation order of the CSS to prevent a faulty halt, according
to the reference manual (RM0442 Rev 6, Chapter: 10.4.3 Clock security
system CSS) it must be done after selecting the LSE clock via the RTCSRC
field.
For the HSE clock, this can be activated even when HSEON is '0'.

Signed-off-by: Christoph Fritz <chf@fritzc.com>
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Change-Id: Ied01baac1ccc63dcef78bf5f9180bb8628cce2d0
2024-06-11 14:02:10 +02:00
..
bsec feat(st-bsec): use early traces 2024-04-24 15:44:28 +02:00
clk fix(st-clock): adapt order of CSS on LSE and HSE 2024-06-11 14:02:10 +02:00
crypto fix(st-crypto): use GENMASK_32 to define PKA registers masks 2023-09-27 18:41:46 +02:00
ddr fix(st-ddr): express memory size with size_t type 2023-09-18 09:58:00 +02:00
etzpc refactor(st-drivers): do not rely on DT in etzpc_init 2022-08-10 10:00:03 +02:00
fmc fix(st-fmc): fix type in message 2022-02-15 18:09:51 +01:00
gpio fix(st-gpio): define shift as uint32_t 2022-12-07 18:25:13 +01:00
i2c refactor(st-i2c): use fdt_read_uint32_default() 2024-01-19 10:06:06 +01:00
iwdg feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
mmc feat(st-sdmmc2): set FIFO size to 1024 on STM32MP25 2024-03-06 11:54:00 +01:00
pmic fix(st-pmic): define pmic_regs table size 2022-12-07 14:18:30 +01:00
regulator refactor(st): rename PLAT_NB_FIXED_REGS 2023-09-08 10:56:49 +02:00
reset drivers: stm32_reset adapt interface to timeout argument 2020-06-01 08:38:20 +02:00
spi fix(st-spi): remove SR_BUSY bit check before sending command 2022-05-11 10:01:33 +02:00
uart feat(st-uart): add AARCH64 stm32_console driver 2023-09-08 10:56:49 +02:00
usb fix(st-usb): replace redundant checks with asserts 2022-12-01 16:17:34 +00:00