Commit 86f15a5a authored by Ben Wolsieffer's avatar Ben Wolsieffer Committed by Alexandre Torgue

ARM: dts: stm32: add STM32F746 syscfg clock

The syscfg syscon was missing its clock, therefore any attempt to
read/write it after clk_disable_unused() silently failed. This was
preventing external pin interrupts from working if they were initialized
after this point.
Signed-off-by: default avatarBen Wolsieffer <ben.wolsieffer@hefring.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 48254359
......@@ -494,6 +494,7 @@ sdio1: mmc@40012c00 {
syscfg: syscon@40013800 {
compatible = "st,stm32-syscfg", "syscon";
reg = <0x40013800 0x400>;
clocks = <&rcc 0 STM32F7_APB2_CLOCK(SYSCFG)>;
};
exti: interrupt-controller@40013c00 {
......
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