ARM: dts: stm32: Missing clocks for stm32f429's syscfg.
Without clock definition, SYSCFG will not work, EXTI interrupt for port other than GPIOA will fail to operate. Signed-off-by: Yanjun Yang <yangyj.ee@gmail.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
6331bddce6
commit
0fc78aa67b
@@ -579,6 +579,7 @@
|
||||
syscfg: syscon@40013800 {
|
||||
compatible = "st,stm32-syscfg", "syscon";
|
||||
reg = <0x40013800 0x400>;
|
||||
clocks = <&rcc 0 STM32F4_APB2_CLOCK(SYSCFG)>;
|
||||
};
|
||||
|
||||
exti: interrupt-controller@40013c00 {
|
||||
|
||||
Reference in New Issue
Block a user