lkml.org 
[lkml]   [2023]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] ARM: stm32: add clock for pwrcfg syscon
Date
The STM32F4/7 pwrcfg syscon was missing its clock, making it impossible
to use after clk_disable_unused(). Simply adding the clock creates a
circular dependency, because the syscon is used by the clock driver.
This series resolves this dependency and then adds the clock.

I tested this on a STM32F746 and verified that syscon writes now
succeed even after clk_disable_unused().

Ben Wolsieffer (2):
clk: stm32: initialize syscon after clocks are registered
ARM: dts: stm32: add pwrcfg clock for stm32f4/7

arch/arm/boot/dts/st/stm32f429.dtsi | 1 +
arch/arm/boot/dts/st/stm32f746.dtsi | 1 +
drivers/clk/clk-stm32f4.c | 12 ++++++------
3 files changed, 8 insertions(+), 6 deletions(-)

--
2.42.0

\
 
 \ /
  Last update: 2023-10-02 20:11    [W:0.467 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site