]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: stm32mp1: add support of BSEC clock
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 16 Jul 2021 08:10:55 +0000 (10:10 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 16 Aug 2021 07:33:43 +0000 (09:33 +0200)
commit28e5acef72fb04cd7a2f9ecb63894b603a65b8b5
treefd11ac5e653e6f8b7cd4b365fc5e9944a2a1edf0
parentfdc4fda33051bcb9eb782001afe2bdd3c0d09eae
clk: stm32mp1: add support of BSEC clock

Add the support of the BSEC clock used by the STM32MP misc driver
since the commit 622c956cada0 ("stm32mp: bsec: manage clock when present
in device tree") even if this clock is not yet defined in kernel device
tree stm32mp151.dtsi.

This patch avoids issue for basic boot when this secure clock are not
provided by secure world with SCMI.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/clk/clk_stm32mp1.c