[PATCH 2/4] clk: stm32: add support compatible st,stm32mp1-rcc-secure
Patrice CHOTARD
patrice.chotard at foss.st.com
Thu Jul 7 09:42:59 CEST 2022
Hi PAtrick
On 7/5/22 16:55, Patrick Delaunay wrote:
> Add support for new compatible st,stm32mp1-rcc-secure used when the
> RCC resource is managed by secured world (RCC_TZCR.TZEN=1)
> iand when SCMI is used.
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> ---
>
> drivers/misc/stm32_rcc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/misc/stm32_rcc.c b/drivers/misc/stm32_rcc.c
> index b816503bfa2..c1e5428a6b8 100644
> --- a/drivers/misc/stm32_rcc.c
> +++ b/drivers/misc/stm32_rcc.c
> @@ -84,6 +84,7 @@ static const struct udevice_id stm32_rcc_ids[] = {
> {.compatible = "st,stm32f746-rcc", .data = (ulong)&stm32_rcc_clk_f7 },
> {.compatible = "st,stm32h743-rcc", .data = (ulong)&stm32_rcc_clk_h7 },
> {.compatible = "st,stm32mp1-rcc", .data = (ulong)&stm32_rcc_clk_mp1 },
> + {.compatible = "st,stm32mp1-rcc-secure", .data = (ulong)&stm32_rcc_clk_mp1 },
> {.compatible = "st,stm32mp13-rcc", .data = (ulong)&stm32_rcc_clk_mp13 },
> { }
> };
Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
Thanks
Patrice
More information about the U-Boot
mailing list