mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02: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:
committed by
Jagan Teki
parent
5e46123bf3
commit
9582100eee
@@ -92,6 +92,7 @@
|
|||||||
interrupts = <92>;
|
interrupts = <92>;
|
||||||
spi-max-frequency = <108000000>;
|
spi-max-frequency = <108000000>;
|
||||||
clocks = <&rcc 0 STM32F7_AHB3_CLOCK(QSPI)>;
|
clocks = <&rcc 0 STM32F7_AHB3_CLOCK(QSPI)>;
|
||||||
|
resets = <&rcc STM32F7_AHB3_RESET(QSPI)>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
usart1: serial@40011000 {
|
usart1: serial@40011000 {
|
||||||
|
Reference in New Issue
Block a user