mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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:
parent
6331bddce6
commit
0fc78aa67b
|
|
@ -579,6 +579,7 @@ spi4: spi@40013400 {
|
|||
syscfg: syscon@40013800 {
|
||||
compatible = "st,stm32-syscfg", "syscon";
|
||||
reg = <0x40013800 0x400>;
|
||||
clocks = <&rcc 0 STM32F4_APB2_CLOCK(SYSCFG)>;
|
||||
};
|
||||
|
||||
exti: interrupt-controller@40013c00 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user