Commit 0f579506 authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by Alexandre Torgue

ARM: dts: stm32: Add clock on stm32mp157c syscfg

STM32 syscfg needs a clock to access registers.
Signed-off-by: default avatarFabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 682d0995
...@@ -918,6 +918,7 @@ exti: interrupt-controller@5000d000 { ...@@ -918,6 +918,7 @@ exti: interrupt-controller@5000d000 {
syscfg: syscon@50020000 { syscfg: syscon@50020000 {
compatible = "st,stm32mp157-syscfg", "syscon"; compatible = "st,stm32mp157-syscfg", "syscon";
reg = <0x50020000 0x400>; reg = <0x50020000 0x400>;
clocks = <&rcc SYSCFG>;
}; };
lptimer2: timer@50021000 { lptimer2: timer@50021000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment