diff options
| author | Patrick Delaunay <[email protected]> | 2021-06-29 12:04:22 +0200 |
|---|---|---|
| committer | Patrick Delaunay <[email protected]> | 2021-07-16 09:28:46 +0200 |
| commit | 3105836c9e5d7c2823dc5817b60d6940bb1b817f (patch) | |
| tree | 3dc710904860a4b6fc25ac39d7d63c0f9470743d /scripts/gcc-stack-usage.sh | |
| parent | 7e549345329a5c870fbc10b59b6a4cd6aab531a5 (diff) | |
clk: stm32mp1: add support of SYSCFG clock
Add the support of SYSCFG clock used by syscon driver
to prepare the clock management of STM32MP_SYSCON_SYSCFG.
This clock is already defined in kernel device tree,
stm32mp151.dtsi but not yet supported in the syscon driver:
syscfg: syscon@50020000 {
compatible = "st,stm32mp157-syscfg", "syscon";
reg = <0x50020000 0x400>;
clocks = <&rcc SYSCFG>;
};
It is safe to support this clock in U-Boot driver with
RCC_MC_APB3ENSETR, Bit 11 SYSCFGEN: SYSCFG peripheral clocks
enable.
Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'scripts/gcc-stack-usage.sh')
0 files changed, 0 insertions, 0 deletions
