ARM: dts: stm32: Add quadspi reset for stm32f746

Add missing reset property in quadspi node.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
Patrice Chotard 2018-05-14 15:42:57 +02:00 committed by Jagan Teki
parent 5e46123bf3
commit 9582100eee

View File

@ -92,6 +92,7 @@
interrupts = <92>;
spi-max-frequency = <108000000>;
clocks = <&rcc 0 STM32F7_AHB3_CLOCK(QSPI)>;
resets = <&rcc STM32F7_AHB3_RESET(QSPI)>;
status = "disabled";
};
usart1: serial@40011000 {