
This serie udpates the stm32mp1 clock driver with the latest patches and prepare alignment with latest kernel device tree.
This patch is applicable on the top of the serie "stm32mp1: add trusted boot with TF-A"
http://patchwork.ozlabs.org/project/uboot/list/?series=88521
Patrick Delaunay (7): clk: stm32mp1: no more get ck_usbo_48m in device tree clk: stm32mp1: add IPCC clock clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR clk: stm32mp1: recalculate counter when switching freq clk: stm32mp1: add debug information dts: stm32mp1: clock tree update clk: stm32mp1: correctly handle Clock Spreading Generator
arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi | 27 +++--- configs/stm32mp15_basic_defconfig | 1 + configs/stm32mp15_trusted_defconfig | 1 + doc/device-tree-bindings/clock/st,stm32mp1.txt | 10 +-- drivers/clk/clk_stm32mp1.c | 120 +++++++++++++++++++++---- include/dt-bindings/clock/stm32mp1-clks.h | 3 - 6 files changed, 124 insertions(+), 38 deletions(-)