mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 08:59:33 +00:00
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:
parent
5e46123bf3
commit
9582100eee
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue