ARM: dts: stm32: Add quadspi reset for stm32f746
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 14 May 2018 13:42:57 +0000 (15:42 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 16 May 2018 13:11:21 +0000 (18:41 +0530)
Add missing reset property in quadspi node.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
arch/arm/dts/stm32f746.dtsi

index 8581df9..4845279 100644 (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 {