[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 7/8] STM32L4x5: Use the RCC Sysclk
From: |
Peter Maydell |
Subject: |
Re: [PATCH v5 7/8] STM32L4x5: Use the RCC Sysclk |
Date: |
Fri, 23 Feb 2024 14:47:19 +0000 |
On Mon, 19 Feb 2024 at 20:17, Arnaud Minier
<arnaud.minier@telecom-paris.fr> wrote:
>
> Now that we can generate reliable clock frequencies from the RCC, remove
> the hacky definition of the sysclk in the b_l475e_iot01a initialisation
> code and use the correct RCC clock.
>
> Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
> Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
> Acked-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v5 1/8] Implement STM32L4x5_RCC skeleton, (continued)
- [PATCH v5 1/8] Implement STM32L4x5_RCC skeleton, Arnaud Minier, 2024/02/19
- [PATCH v5 2/8] Add an internal clock multiplexer object, Arnaud Minier, 2024/02/19
- [PATCH v5 3/8] Add an internal PLL Clock object, Arnaud Minier, 2024/02/19
- [PATCH v5 4/8] Add initialization information for PLLs and clock multiplexers, Arnaud Minier, 2024/02/19
- [PATCH v5 5/8] RCC: Handle Register Updates, Arnaud Minier, 2024/02/19
- [PATCH v5 6/8] Add write protections to CR register, Arnaud Minier, 2024/02/19
- [PATCH v5 7/8] STM32L4x5: Use the RCC Sysclk, Arnaud Minier, 2024/02/19
- Re: [PATCH v5 7/8] STM32L4x5: Use the RCC Sysclk,
Peter Maydell <=
- [PATCH v5 8/8] Add tests for the STM32L4x5_RCC, Arnaud Minier, 2024/02/19
- Re: [PATCH v5 0/8] Add device STM32L4x5 RCC, Peter Maydell, 2024/02/23